-
In Django 1.11, system checks run as part of the tests and failed: 'django.contrib.auth.context_processors.auth' must be in TEMPLATES in order to use the admin application.
-
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