django/tests/i18n
Tim Graham c95487e23d [1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator.
This reverts commit c0a1e1984e as it doesn't
work on the stable/1.8.x branch and instead uses os.path.join() to fix the
original failure on Windows.
2016-06-01 10:39:27 -04:00
..
commands [1.8.x] Fixed many spelling mistakes in code, comments, and docs. 2016-02-23 10:27:15 -05:00
contenttypes [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
exclude Fixed #22328 -- Added --exclude option to compilemessages and makemessages. 2014-04-26 17:07:44 +07:00
other [1.8.x] Fixed #25812 -- Restored the ability to use custom formats with the date template filter. 2015-11-28 08:44:51 -05:00
other2 Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH 2014-05-21 07:35:47 -04:00
patterns [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
project_dir Enabled makemessages to support several translation directories 2013-11-30 11:00:23 +01:00
resolution Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
__init__.py Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:19:56 -03:00
forms.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_compilation.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
test_extraction.py [1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator. 2016-06-01 10:39:27 -04:00
tests.py [1.8.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable. 2016-02-15 11:52:14 -05:00
urls.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00