1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/tests/i18n
Claude Paroz 1b7780ea08 Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag
Thanks Beda Kosata for the report and Tim Graham for the review.
2017-11-07 20:48:15 +01:00
..
commands Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
contenttypes
exclude Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
other
other2
patterns Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
project_dir Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
resolution
sampleproject Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
__init__.py
forms.py
models.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
test_compilation.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
test_extraction.py Fixed crash in i18n tests skip condition if gettext isn't installed. 2017-06-29 13:09:16 -04:00
test_management.py Added a test for TranslatableFile.__eq__(). 2017-09-25 10:22:38 -04:00
test_percents.py
tests.py Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag 2017-11-07 20:48:15 +01:00
urls_default_unprefixed.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
urls.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
utils.py