django/docs/topics/http
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
..
_images Added PDF version of SVG file for latexpdf builds. 2012-12-16 19:42:53 +01:00
decorators.txt Fixed typos in HTTP decorator docs. 2015-05-25 07:38:08 -04:00
file-uploads.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
generic-views.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00
index.txt Whitespace cleanup. 2013-10-10 16:49:20 -04:00
middleware.txt Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES. 2015-06-08 12:32:38 -04:00
sessions.txt Fixed typo in docs/topics/http/sessions.txt 2015-05-17 18:35:14 -04:00
shortcuts.txt Fixed #24763 -- Moved DoesNotExist exception to model docs. 2015-05-08 13:05:50 -04:00
urls.txt Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
views.txt Fixed #24143 -- Encouraged use of Http404 messages for debugging. 2015-01-16 09:41:01 -05:00