django1/django/conf
Claude Paroz 5dcdbe95c7 Fixed #23005 -- Allowed specifying special fallback languages
This fixes the Chinese language issues described in #23005 but
also provides for other fallback exceptions by updating the
LANG_INFO structure.
Thanks caxekis at gmail.com for the report and Tim Graham for the
review.
2014-07-14 20:50:03 +02:00
..
app_template Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
locale Fixed #23005 -- Allowed specifying special fallback languages 2014-07-14 20:50:03 +02:00
project_template Fixed #21649 -- Added optional invalidation of sessions when user password changes. 2014-04-05 12:50:51 -04:00
urls Cleaned up string detection for a deprecation warning by using six.string_types. 2014-04-03 11:03:31 -04:00
__init__.py Fixed #22780 -- Checked that LOCALE_PATHS is really a tuple 2014-06-10 23:04:24 +02:00
global_settings.py Removed ADMIN_FOR from global_settings.py. 2014-07-02 10:19:15 -04:00