Skip to content

Commit 292e42a

Browse files
author
Ryan P Kilby
committed
Update changelog
1 parent 3c7ed1f commit 292e42a

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
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

1017
This release is tied to a major update of django-filter (more details in #66),
1118
which 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

5865
v0.4.0:

0 commit comments

Comments
 (0)