-
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
-
Now that Django 1.6 has been dropped, those conditional imports can be dropped also.
-
Additional step to porting docs (#55)
-
Removed deprecated patterns() in docs
-
Refs #49.
-
Refs #49. This prevents some deprecation warnings on Django 1.9.
-
Dynamic library registration is harder to do to keep backwards compatibility.
-
Added missing South migration