We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da5738 commit 9c20fcaCopy full SHA for 9c20fca
CHANGES.rst
@@ -1,3 +1,10 @@
1
+Version 23.3 (2023-9-17)
2
+------------------------
3
+
4
+* Adds initial compatibility with Django 5.0, prior to Django 5.0a1.
5
6
+* Updates packaging to use pyproject.toml and Flit.
7
8
Version 23.2 (2023-4-30)
9
------------------------
10
django_filters/__init__.py
@@ -10,7 +10,7 @@
from . import rest_framework
11
del pkgutil
12
13
-__version__ = "23.2"
+__version__ = "23.3"
14
15
16
def parse_version(version):
0 commit comments