1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/view_tests
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
..
app0
app1
app2
app3
app4
app5
locale Fixed #24122 -- Redirected to translated url after setting language 2015-03-13 16:46:40 +01:00
media
templates Fixed #22106 -- Allowed using more than one instance of javascript_catalog per project. 2015-03-20 17:27:41 -04:00
templatetags
tests Ref #23643 -- Added plain text report of exception chain. 2015-06-01 08:23:54 -04:00
__init__.py
default_urls.py Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
generic_urls.py Fixed #23960 -- Removed http.fix_location_header 2015-03-18 18:22:50 +01:00
models.py
regression_21530_urls.py
urls.py Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02:00
views.py Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02:00