django/django
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.

8750296918072c97a51f6809d19828ce3f1b8d40 from stable/1.6.x.
2013-11-23 11:53:47 -03:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
contrib Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
core Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:53:47 -03:00
db Fixed #21469 -- Allow set objects in Meta.unique_together. 2013-11-20 17:26:26 +01:00
dispatch Use classmethod as a decorator. 2013-11-19 23:08:21 -05:00
forms Fixed #21472 -- Fixed inline formsets display when parent pk is 0 2013-11-20 21:36:20 +01:00
http Fixed #21447 -- Restored code erroneously removed in 20472aa827. 2013-11-16 01:09:35 +01:00
middleware Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
template Fixed #21460 -- Reenabled proper template precedence in find_template 2013-11-22 11:09:51 +01:00
templatetags Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
test Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
utils Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
views Fixed #21443 -- Cannot show debug info on PY3's importlib 2013-11-22 20:36:33 +01:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00