django/tests/i18n
Marten Kenbeek 1e82094f1b Fixed #21927 -- Made application and instance namespaces more distinct.
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
2015-06-08 15:12:20 -04:00
..
commands Fixed #24159 -- Made compilemessages run across all apps. 2015-06-04 21:02:02 -04:00
contenttypes Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
exclude Fixed #22328 -- Added --exclude option to compilemessages and makemessages. 2014-04-26 17:07:44 +07:00
other Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
other2 Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH 2014-05-21 07:35:47 -04:00
patterns Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04: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 Fixed #24219 -- Moved SelectDateWidget together with the other widgets 2015-01-27 22:40:02 +07:00
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_compilation.py Fixed #24159 -- Made compilemessages run across all apps. 2015-06-04 21:02:02 -04:00
test_extraction.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
tests.py Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
urls.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00