File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments