File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 23.1 (2023-3-26)
2
+ ------------------------
3
+
4
+ * Declared support for Django 4.2.
5
+
6
+ * Various updated and new translations. Thanks to all who contributed, and
7
+ Weblate for hosting.
8
+
9
+ * Fixed QueryArrayWidget.value_from_datadict() to not mutate input data. (#1540)
10
+
1
11
Version 22.1 (2022-6-17)
2
12
------------------------
3
13
Original file line number Diff line number Diff line change 10
10
from . import rest_framework
11
11
del pkgutil
12
12
13
- __version__ = "22 .1"
13
+ __version__ = "23 .1"
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__ = "22 .1"
9
+ __version__ = "23 .1"
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