1- Unreleased
2- ----------
1+ Unreleased:
2+ -----------
33
4- * Fixes #79, enabling compatibility with ``django.contrib.postgres ``
5- * Adds basic infinite recursion prevention for chainable transforms
4+ v0.8.1:
5+ -------
6+
7+ * Fix bug where AllLookupsFilter would override a declared filter of the same name
8+ * #84 Fix AllLookupsFilter compatibility with ``ForeignObject `` related fields
9+ * #82 Fix AllLookupsFilter compatibility with mixin FilterSets
10+ * #81 Fix bug where FilterSet modified ``ViewSet.filter_fields ``
11+ * #79 Prevent infinite recursion for chainable transforms, fixing compatiblity
12+ w/ ``django.contrib.postgres ``
613
7- v0.8.0
8- ------
14+ v0.8.0:
15+ -------
916
1017This release is tied to a major update of django-filter (more details in #66),
1118which fixes how lookup expressions are resolved. 'in', 'range', and 'isnull'
@@ -15,8 +22,8 @@ This has the following effects:
1522 * Deprecates ArrayDecimalField/InSetNumberFilter
1623 * Deprecates ArrayCharField/InSetCharFilter
1724 * Deprecates FilterSet.fix_filter_field
18- * Deprecates ALL_LOOKUPS in favor of '__all__' constant.
19- * AllLookupsFilter now generates only valid lookup expressions.
25+ * Deprecates ALL_LOOKUPS in favor of '__all__' constant
26+ * AllLookupsFilter now generates only valid lookup expressions
2027
2128* #2 'range' lookup types do not work
2229* #15 Date lookup types do not work (year, day, ...)
@@ -52,7 +59,7 @@ v0.5.0:
5259* #31 Fix timezone-aware datetime handling
5360* #36 Fix '__in' filter to work with strings
5461* #33 Fix RelatedFilter handling to not override existing isnull filters
55- * #35 Fix python 3.5 compatibility issue.
62+ * #35 Fix python 3.5 compatibility issue
5663* Drops support for Django 1.6 and below
5764
5865v0.4.0:
0 commit comments