-
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.
-
Updated obsolete maxlength to max_length
-
django 1.7 compatibility, tox, travis
-
Fixed typo (missing "import" on the last line)
-
Fixes #2.
-
Replaced tabs with spaces in code block
-
Added basic instructions to the porting page
-
Fix test suites were pulling Django 1.7 stead of 1.6
-
this how I usually see Python called in tox.