django1/tests/admin_custom_urls
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
..
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
models.py Updated tests to stop leaking models in shared AdminSite. 2015-04-15 09:45:26 -04:00
tests.py Updated tests to stop leaking models in shared AdminSite. 2015-04-15 09:45:26 -04:00
urls.py Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00