Skip to content

Commit e1ec881

Browse files
committed
Release 0.6.0
1 parent 34b72d6 commit e1ec881

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

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+
413
Version 0.5.2 (2020-04-10):
514
---------------------------
615

rest_framework_datatables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.2'
1+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)