-
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
-
The context_instance argument of render_to_string is deprecated.
-
Some languages (like Czech) translate "Name" differently depending on the context. The added context marker will help translators to make the right choice. Thanks Petr Dlouhy for the report and the initial patch.
-
https://www.transifex.com/projects/p/django-contrib-comments/ Some .po files have been corrected as they would not pass the msgfmt command and could not be uploaded to Transifex.
-
Prevented get_current_site deprecation warning
-
Added `zip_safe=False` arg to setup.py