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