This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-18 14:24:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
i18n
History
Krzysztof Urbaniak
85a4844f8a
Refs
#25933
-- Fixed i18n_patterns() prefix_default_language=False with HTTP_ACCEPT_LANGUAGE header.
2016-03-10 10:51:55 -05:00
..
commands
Fixed
#26093
-- Allowed escape sequences extraction by gettext on Python 3
2016-01-23 14:00:55 +01:00
contenttypes
…
exclude
…
other
Fixed
#25812
-- Restored the ability to use custom formats with the date template filter.
2015-11-28 08:38:45 -05:00
other2
…
patterns
Fixed
#26271
-- Fixed i18n_patterns resolution when no language is active
2016-03-07 11:48:11 +01:00
project_dir
…
resolution
…
sampleproject
…
__init__.py
…
forms.py
…
models.py
…
test_compilation.py
Fixed
#26232
-- Fixed Popen mocking environment in i18n tests
2016-02-23 20:06:18 +01:00
test_extraction.py
Refs
#26022
-- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
test_percents.py
…
tests.py
Refs
#25933
-- Fixed i18n_patterns() prefix_default_language=False with HTTP_ACCEPT_LANGUAGE header.
2016-03-10 10:51:55 -05:00
urls_default_unprefixed.py
Fixed
#25933
-- Allowed an unprefixed default language in i18n_patterns().
2016-03-08 08:14:10 -05:00
urls.py
…