-------------
First public release
* Ajax-based preview and posting of comments
* Configurable form layouts using django-crispy-forms_ and settings to exclude fields.
* Comment moderation, using Akismet_ integration and auto-closing after N days.
* E-mail notification to the site managers of new comments.
* Rudimentary support for django-threadedcomments_
.. _Akismet: https://pypi.python.org/pypi/akismet
.. _python-akismet: https://pypi.python.org/pypi/python-akismet
.. _django_comments: https://github.com/django/django-contrib-comments
.. _django.contrib.comments: https://docs.djangoproject.com/en/1.7/ref/contrib/comments/
.. _django-crispy-forms: http://django-crispy-forms.readthedocs.org
.. _django-threadedcomments: https://github.com/HonzaKral/django-threadedcomments.git