Skip to content

Commit

Permalink
Bumped version and changes for 24.3 release. (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson authored Aug 2, 2024
1 parent 23be051 commit 2ec1bae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 24.3 (2024-08-02)
-------------------------

* Adds official support for Django 5.1.

* Allow using dictionaries for grouped choices on Django 5.0+.

Thanks to Sævar Öfjörð Magnússon.

* Adds ``unknown_field_behavior`` FilterSet option to allowing warning and
ignore behaviours for unknown field types during FilterSet generation.

Thanks to Loes.

Version 24.2 (2024-03-27)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion django_filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from . import rest_framework
del importlib_util

__version__ = "24.2"
__version__ = "24.3"


def parse_version(version):
Expand Down

0 comments on commit 2ec1bae

Please sign in to comment.