We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf222f commit e71f583Copy full SHA for e71f583
CHANGES.rst
@@ -1,10 +1,16 @@
1
Changelog
2
=========
3
4
+Version 1.3.3 (2017-08-04)
5
+--------------------------
6
+
7
+* Fixed bogus migration changes detected by Django 1.11 for the ``AnyFileField``/``AnyImageField`` softdep.
8
9
10
Version 1.3.2 (2017-07-17)
11
--------------------------
12
-* Fixed bogus migration changes detected by Django 1.11 for the AnyUrlField softdep.
13
+* Fixed bogus migration changes detected by Django 1.11 for the ``AnyUrlField`` softdep.
14
15
16
Version 1.3.1 (2017-05-22)
fluent_utils/__init__.py
@@ -1,2 +1,2 @@
# following PEP 440
-__version__ = "1.3.2"
+__version__ = "1.3.3"
0 commit comments