------------------------
* Added Akismet support for Python 3, via python-akismet_.
* Added field reordering support, via the ``FLUENT_COMMENTS_FIELD_ORDER`` setting.
* Added form class swapping, through the ``FLUENT_COMMENTS_FORM_CLASS`` setting.
* Added new compact-form style, enable using::
FLUENT_COMMENTS_FORM_CLASS = 'fluent_comments.forms.CompactCommentForm'
FLUENT_COMMENTS_COMPACT_FIELDS = ('name', 'email', 'url')
* Added template blocks to override ``comments/form.html`` via ``comments/app_name/app_label/form.html``.
* Added support for ``app_name/app_label`` template overrides to our ``comments/comment.html`` template.