Skip to content

Commit

Permalink
Bumped version and changes for 24.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 8, 2024
1 parent 3ece0ed commit 6da0ccd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,30 @@
Version 24.1 (2024-03-08)
-------------------------

* Updated supported Python and Django versions, and resolved upcoming Django
deprecations.

Required versions are now at least Python 3.8 and Django 4.2.

Thanks to Michael Manganiello.

* Allowed passing a FilterSet class to the filterset_factory().

Thanks to Birger Schacht.

* Set empty default value of filterset data to MultiValueDict.

Thanks to Shlomo Gordon.

* Preserve list values passed to the data dict in CSV widgets.

Thanks to Bryan Brancotte.

* Updates French and Ukrainian localisations.

Thanks to Weblate.


Version 23.5 (2023-12-05)
-------------------------

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

__version__ = "23.5"
__version__ = "24.1"


def parse_version(version):
Expand Down

0 comments on commit 6da0ccd

Please sign in to comment.