* Fix Django 1.9 issue with imports. * Fix error in the admin for non-existing objects. * Fix Python 3 installation error (dropped Akismet_ requirement). * Drop Django 1.4 compatibility (in the templates).
1.0.5
--------------------------
* Fix Django 1.9 issue with importing models in ``__init__.py``. * Fix django-threadedcomments_ 1.0.1 support
1.0.4
--------------------------
* Fixed ``get_comments_model()`` import.
1.0.3
--------------------------
* Fix support for ``TEMPLATE_STRING_IF_INVALID``, avoid parsing the "for" argument in ``{% ajax_comment_tags for object %}``. * Look for the correct ``id_parent`` node (in case there are multiple) * Improve Bootstrap 3 appearance (template can be overwritten).
1.0.2
-------------
* Fixed packaging bug
1.0.1
-------------
* Fix app registry errors in Django 1.7 * Fix security hash formatting errors on bad requests.