Skip to content

Commit 3578d51

Browse files
author
Ryan P Kilby
committed
Updated changelog
1 parent fded9de commit 3578d51

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1+
Unreleased
2+
----------
3+
4+
* #64 Fix browsable API filter form
5+
* #69 Fix compatibility with base django-filter `FilterSet`s
6+
* #70 Refactor related filter handling, fixing some edge cases
7+
* Deprecated 'cache' argument to FilterSet
8+
19
v0.7.0:
210
-------
311

4-
* #61 Change django-filter requirement to 0.12.0
5-
* Adds support for Django 1.9
6-
* #47 Changes implementation of MethodFilterss
7-
* Drops support for Django 1.7
8-
* #49 Fix ALL_LOOKUPS shortcut to obey filter overrides (in, isnull)
9-
* #46 Fix boolean filter behavior (#25) and isnull override (#6)
10-
* #60 Fix filtering on nonexistent related field
12+
* #61 Change django-filter requirement to 0.12.0
13+
* Adds support for Django 1.9
14+
* #47 Changes implementation of MethodFilterss
15+
* Drops support for Django 1.7
16+
* #49 Fix ALL_LOOKUPS shortcut to obey filter overrides (in, isnull)
17+
* #46 Fix boolean filter behavior (#25) and isnull override (#6)
18+
* #60 Fix filtering on nonexistent related field
1119

1220
v0.6.0:
1321
-------

0 commit comments

Comments
 (0)