1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
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
exclude
other
other2
patterns Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
project_dir
resolution
__init__.py
forms.py
models.py
test_compilation.py Fixed #24159 -- Made compilemessages run across all apps. 2015-06-04 21:02:02 -04:00
test_extraction.py
tests.py Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
urls.py