Skip to content

Commit 833866c

Browse files
committed
Merge branch 'edmorley-add-changelog'
2 parents 6fe3d31 + 370d035 commit 833866c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
v0.6.0:
2+
-------
3+
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
11+
12+
v0.6.0:
13+
-------
14+
15+
* #43 Adds a filter exclusion/negation syntax. eg, ?some_filter!=some_value
16+
* #44 Sets the minimum django-filter version required
17+
18+
v0.5.0:
19+
-------
20+
21+
* #38 Rework of related filtering, improving performance (#8) and some minor correctness issues
22+
* #35 Add ALL_LOOKUPS shortcut for dict-style filter definitions
23+
* #31 Fix timezone-aware datetime handling
24+
* #36 Fix '__in' filter to work with strings
25+
* #33 Fix RelatedFilter handling to not override existing isnull filters
26+
* #35 Fix python 3.5 compatibility issue.
27+
* Drops support for Django 1.6 and below
28+
29+
v0.4.0:
30+
-------
31+
32+
* Adds support for Django 1.8, DRF 3.2
33+
* Drops support for Python 2.6, DRF 2.x
34+
* #23 Adds __in filtering for numeric field types. eg, ?id__in=1,2,3

0 commit comments

Comments
 (0)