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 369909a commit 04a6677Copy full SHA for 04a6677
CHANGES.rst
@@ -1,7 +1,13 @@
1
+0.15.4
2
+------
3
+
4
+* fixed a deprecation warning for Django 3.1 (thanks to @sainAk);
5
6
0.15.3
7
------
8
-* fixed ``django-completion`` bug related to removed chained models from suggestions;
9
+* fixed ``django-completion`` bug related to removed chained models from
10
+ suggestions;
11
* fixed ``django-completion`` bug related to fixed circular dependencies.
12
13
Related pull requests:
djangoql/__init__.py
@@ -1 +1 @@
-__version__ = '0.15.3'
+__version__ = '0.15.4'
0 commit comments