django1/docs/topics/http
Sergey Kolosov 22bb548900 Fixed #22634 -- Made the database-backed session backends more extensible.
Introduced an AbstractBaseSession model and hooks providing the option
of overriding the model class used by the session store and the session
store class used by the model.
2015-08-27 15:00:09 -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 #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
shortcuts.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
urls.txt Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:07:10 -04:00
views.txt Fixed #24143 -- Encouraged use of Http404 messages for debugging. 2015-01-16 09:41:01 -05:00