-
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
-
Thanks Luis Moncaris for the report and initial patch.
-
EmailField defaults to 254 chars in Django 1.8. This migration applies that both for 1.7 and 1.8.
-
Added a way to tell south to not apply any migrations
-
* This allows the django1.6 south users to co-exist with 1.7 migrations. Added a Django 1.5 and 1.6 compatible South migration.