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 34b72d6 commit e1ec881Copy full SHA for e1ec881
docs/changelog.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+Version 0.6.0 (2021-02-09):
5
+---------------------------
6
+
7
+- Integration with django-filter
8
+- Example of using yadcf and django-filter to create a multi-select column
9
+- Fixed support for POST requests from datatables
10
+- Some fixes on pagination
11
+Many thanks to all the contributors on this release !
12
13
Version 0.5.2 (2020-04-10):
14
---------------------------
15
rest_framework_datatables/__init__.py
@@ -1 +1 @@
-__version__ = '0.5.2'
+__version__ = '0.6.0'
0 commit comments