We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5e33b4 + e527487 commit f4ff220Copy full SHA for f4ff220
CHANGELOG.rst
@@ -1,6 +1,9 @@
1
Unreleased
2
----------
3
4
+v0.8.0
5
+------
6
+
7
This release is tied to a major update of django-filter (more details in #66),
8
which fixes how lookup expressions are resolved. 'in', 'range', and 'isnull'
9
lookups no longer require special handling by django-rest-framework-filters.
@@ -19,6 +22,7 @@ This has the following effects:
19
22
* #69 Fix compatibility with base django-filter `FilterSet`s
20
23
* #70 Refactor related filter handling, fixing some edge cases
21
24
* Deprecated 'cache' argument to FilterSet
25
+* #73 Warn use of `order_by`
26
27
v0.7.0:
28
-------
0 commit comments