-
Fixes #86. * Added HISTORY.rst to the repo and backfilled it for all the releases down to 1.6.0 * Updated setup.py to copy the `long_description` strategy [from cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/setup.py), which pushes the changelog to PyPI so it's easy to find
-
inspect comment class differently
-
Use queryset as context value of CommentListNode
-
Fixes #83. Thanks Julen Ruiz Aizpuru for the report and the review.
-
Before it was a list, but behaviour should not change Fixes #26
-
fix multilanguage adding locales to MANIFEST.in
-
Add db_index to submit_date
-
Fixes #74
-
Fixes #72.
-
Fixes #71. This is needed for Django 1.9 compatibility.
-
Fixes #68. Thanks dlancer for the report.
-
Fixes #48.
-
General improvements
-
This will ensure that custom comment apps don't trigger table joins or require `select_related()` to be used. Documentation updated.
-
This makes comment form integration easier. Documentation updated.
-
This conforms with `AppConfig` functionality and its use in `INSTALLED_APPS`. See https://docs.djangoproject.com/en/stable/ref/applications/#configuring-applications.
-
use context.flatten() now that 1.6 support is gone