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 8fd5866 commit 2893b14Copy full SHA for 2893b14
docs/changelog.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+Version 0.7.2 (2024-06-14):
5
+---------------------------
6
+
7
+- Django 5.0 and 5.1 support
8
+- Allow overriding queryset.count() with two additional methods
9
10
+Many thanks to all the contributors on this release !
11
12
Version 0.7.1 (2024-03-06):
13
---------------------------
14
rest_framework_datatables/__init__.py
@@ -1 +1 @@
-__version__ = '0.7.1'
+__version__ = '0.7.2'
0 commit comments