1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/tests/i18n
Bouke Haarsma 2bab9d6d9e Fixed #21389 -- Accept most valid language codes
By removing the 'supported' keyword from the detection methods and only relying
on a cached settings.LANGUAGES, the speed of said methods has been improved;
around 4x raw performance. This allows us to stop checking Python's incomplete
list of locales, and rely on a less restrictive regular expression for
accepting certain locales.

HTTP Accept-Language is defined as being case-insensitive, based on this fact
extra performance improvements have been made; it wouldn't make sense to
check for case differences.
2014-02-26 16:58:04 +01:00
..
commands Fixed #21732 -- Made compilemessages complain about non-writable location 2014-02-18 13:38:06 +01:00
contenttypes Removed superfluous uses of TransRealMixin. 2014-01-27 22:01:22 +01:00
other
patterns
project_dir
resolution
__init__.py
forms.py
models.py
test_compilation.py Fixed #21732 -- Made compilemessages complain about non-writable location 2014-02-18 13:38:06 +01:00
test_extraction.py
tests.py Fixed #21389 -- Accept most valid language codes 2014-02-26 16:58:04 +01:00
urls.py