1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/i18n
Ramiro Morales 15a5755e7c Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.
`subprocess.Popen` doesn't accept enviroment vars with Unicode var name
or value.
2016-05-28 18:05:14 -03:00
..
commands Fixed #26341 (again) -- Addressed multiple occurrences per line use case 2016-05-02 19:39:56 +02: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 #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
project_dir
resolution
sampleproject
__init__.py
forms.py
models.py
test_compilation.py Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7. 2016-05-28 18:05:14 -03:00
test_extraction.py Fixed #26341 -- Fixed makemessages breaking location comments for HTML files 2016-04-30 12:08:20 +02:00
test_percents.py
tests.py Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04: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