Updated changelog.

This commit is contained in:
Dirk Eschler 2013-05-27 10:48:11 +02:00
parent 20d7e21809
commit fdc0756698

View file

@ -1,7 +1,11 @@
ADDED: A noinput option to the sync_translation_fields management command.
(thanks to cuchac,
resolves issues #179 and #184)
ADDED: Support for Python 3.2 and 3.3.
(thanks to Karol Fuksiewicz,
resolves issue #174)
ADDED: Convenient admin classes which already contain proper Media definitions.
ADDED: Convenient admin classes which already contain proper Media
definitions.
(resolves issue #171)
ADDED: Only/defer methods to MultilingualManager.
(resolves issue #166)