Skip to content

Commit f4ff220

Browse files
author
Ryan P Kilby
committed
Merge pull request #74 from rpkilby/deprecate-order-by
Update changelog w/ #73
2 parents c5e33b4 + e527487 commit f4ff220

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Unreleased
22
----------
33

4+
v0.8.0
5+
------
6+
47
This release is tied to a major update of django-filter (more details in #66),
58
which fixes how lookup expressions are resolved. 'in', 'range', and 'isnull'
69
lookups no longer require special handling by django-rest-framework-filters.
@@ -19,6 +22,7 @@ This has the following effects:
1922
* #69 Fix compatibility with base django-filter `FilterSet`s
2023
* #70 Refactor related filter handling, fixing some edge cases
2124
* Deprecated 'cache' argument to FilterSet
25+
* #73 Warn use of `order_by`
2226

2327
v0.7.0:
2428
-------

0 commit comments

Comments
 (0)