* Fixed bogus migration changes detected by Django 1.11 for the ``AnyFileField``/``AnyImageField`` softdep.
1.3.2
--------------------------
* Fixed bogus migration changes detected by Django 1.11 for the ``AnyUrlField`` softdep.
1.3.1
--------------------------
* Added ``MiddlewareMixin`` for Django 1.10 compatibility. * Fixed error in soft-dependency comments module when no comments app is installed; the ``get_comments_are_open`` and ``get_comments_are_moderated`` functions didn't check this properly.
1.3
------------------------
* Added support taggit-selectize_. When installed all fluent apps use this dependency.
1.2.4
--------------------------
* Bugfix for Django 1.10 compatibility
1.2.3
--------------------------
* Added Django 1.7+ compatible imports for ``get_model()`` and ``get_current_site()``.