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 75ba88f commit 730ff88Copy full SHA for 730ff88
HISTORY.rst
@@ -3,6 +3,15 @@
3
History
4
-------
5
6
+0.3.6 (2018-07-23)
7
+~~~~~~~~~~~~~~~~~~
8
+
9
+* Added support for ``extra_kwargs`` in ``ModelFilterSet.Meta``.
10
+* Added ``CoreAPIURLFilterBackend`` which enables documented filters in swagger docs.
11
+* Added ``iin`` lookup in plain and sqlalchemy backends.
12
+* Fixing inconsistency between plain and Django ``week_day`` lookup.
13
+ Now both are consistent with ``1``-Monday and ``7``-Sunday.
14
15
0.3.5 (2018-02-27)
16
~~~~~~~~~~~~~~~~~~
17
url_filter/__init__.py
@@ -4,4 +4,4 @@
__author__ = 'Miroslav Shubernetskiy'
__email__ = '[email protected]'
-__version__ = '0.3.5'
+__version__ = '0.3.6'
0 commit comments