* Added Django 1.8 support, can use either the django_comments_ or the django.contrib.comments_ package now. * Fixed Python 3 issue in the admin * Fixed unicode support in for subject of notification email
1.0b1
~~~~~~~~~~~~~~~~~
* Fixed ajax-comment-busy check * Fixed clearing the whole container on adding comment
1.0a2
~~~~~~~~~~~~~~~~~
* Fix installation at Python 2.6
1.0a1
~~~~~~~~~~~~~~~~~
* Added support for Python 3 (with the exception of Akismet_ support). * Added support for multiple comment area's in the same page.
**NOTE:** any custom templates need to be updated, to use the new ``id``, ``class`` and ``data-object-id`` attributes.
0.9.2
-------------
* Fix errors in Ajax view, due to a ``json`` variable name conflict * Fix support for old jQuery and new jQuery (.on vs .live) * Fix running the example project with Django 1.5 * Fix error messages in ``post_comment_ajax`` view. * Fix empty user name column in the admin list. * Fix undesired "reply" link in the preview while using django-threadedcomments_. * Fix HTML layout of newly added threaded comments. * Fix Python 3 support