Skip to content

Commit 7efde2d

Browse files
author
Ed Morley
committed
Add a changelog
Fixes #53. Unreleased: v0.6.0...master v0.6.0: v0.5.0...v0.6.0 v0.5.0: v0.4.0...v0.5.0 v0.4.0: v0.3.1...v0.4.0
1 parent c344d61 commit 7efde2d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.rst

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

0 commit comments

Comments
 (0)