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.
1 parent 76123e3 commit 0568281Copy full SHA for 0568281
HISTORY.rst
@@ -6,7 +6,7 @@ History
6
0.3.12 (2019-01-24)
7
~~~~~~~~~~~~~~~~~~~
8
9
-* Adding support for ``FilterSet.Meta.fields == '__all__'` which is useful in DRF integration.
+* Adding support for ``FilterSet.Meta.fields == '__all__'`` which is useful in DRF integration.
10
See `#39 <https://github.com/miki725/django-url-filter/pull/39>`_.
11
12
0.3.11 (2018-12-06)
@@ -16,7 +16,7 @@ History
16
See `#73 <https://github.com/miki725/django-url-filter/pull/73>`_.
17
18
0.3.10 (2018-11-14)
19
-~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~
20
21
* Only running ``distinct`` on queryset when one of filters is on one-to-many relation.
22
This should help with performance.
0 commit comments