File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- Version 23.2 (UNRELEASED )
2
- -------------------------
1
+ Version 23.2 (2023-4-30 )
2
+ ------------------------
3
3
4
4
* Deprecated the schema generation methods of the DRF related ``DjangoFilterBackend ``.
5
5
These will be removed in version 25.1.
@@ -12,6 +12,8 @@ Version 23.2 (UNRELEASED)
12
12
``coreapi `` is no longer maintained, and is raising warnings against the current
13
13
versions of Python. To workaround this is not worth the effort at this point.
14
14
15
+ * Updated Polish translations.
16
+
15
17
Version 23.1 (2023-3-26)
16
18
------------------------
17
19
Original file line number Diff line number Diff line change 10
10
from . import rest_framework
11
11
del pkgutil
12
12
13
- __version__ = "23.1 "
13
+ __version__ = "23.2 "
14
14
15
15
16
16
def parse_version (version ):
Original file line number Diff line number Diff line change 6
6
# FIXME: Main module requires django to be present, so cannot run setup.py in
7
7
# clean environment.
8
8
# from django_filters import __version__
9
- __version__ = "23.1 "
9
+ __version__ = "23.2 "
10
10
11
11
f = open ("README.rst" )
12
12
readme = f .read ()
You can’t perform that action at this time.
0 commit comments