django1/django/core/management
Ramiro Morales 62b393c5ae Fixed #21488 -- Multiple locales treatment in i18n commands.
Removed multiple locales separated by commas variation (that wasn't
working as documented) in favor of simply allowing use of the
``--locale``/``-l`` options more than once for ``makemessages`` and
``compilemessages``.

Thanks Romain Beylerian for the report and Claude, Simon for their help.

8750296918 from stable/1.6.x.
2013-11-23 11:53:47 -03:00
..
commands Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:53:47 -03:00
__init__.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
base.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
color.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
sql.py Add get_migratable_models util method to ConnectionRouter 2013-10-16 18:02:49 +02:00
templates.py Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
utils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
validation.py Fixed flake8 E241 2013-11-02 21:45:40 +02:00