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 9b3567a commit 1585da8Copy full SHA for 1585da8
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+0.3.15 (2020-02-10)
7
+~~~~~~~~~~~~~~~~~~~
8
+
9
+* Fixes ``date`` lookup when using Django ORM.
10
+ See `#92 <https://github.com/miki725/django-url-filter/issues/92>`_.
11
12
0.3.14 (2019-10-30)
13
~~~~~~~~~~~~~~~~~~~
14
url_filter/__init__.py
@@ -4,4 +4,4 @@
__author__ = "Miroslav Shubernetskiy"
__email__ = "[email protected]"
-__version__ = "0.3.14"
+__version__ = "0.3.15"
0 commit comments