summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Expand)Author
2011-01-03[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thank...Timo Graham
2010-12-27[1.2.X] Fixed #6181 - Document `django.views.decorators.http` - thanks adamv ...Timo Graham
2010-12-26[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!Timo Graham
2010-12-25[1.2.X] Fixed #13020 - add clarifying note to SessionStore. thanks elbarto fo...Timo Graham
2010-12-05[1.2.X] Fixed #14745 - add links to topics/http/shortucts.txt. thanks adamv f...Timo Graham
2010-12-04[1.2.X] Fixed #14811 - Add clarifying note to render_to_response - thanks adamv.Timo Graham
2010-11-29[1.2.X] Fixed #14775 -- Backports the changes in [13772], which documented an...Gabriel Hurley
2010-11-27[1.2.X] Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.Timo Graham
2010-11-26[1.2.X] Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks ...Timo Graham
2010-11-26Add back a colon that's needed but was removed in r14706Timo Graham
2010-11-26[1.2.X] Fixes #14743 - Add sphinx links and other cleanups to topics/http/url...Timo Graham
2010-11-20[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to O...Gabriel Hurley
2010-11-17[1.2.X] Fixed #14713 -- documented that resolve can raise Http404. Thanks to...Alex Gaynor
2010-10-19[1.2.X] Fixed #14426 -- Removed "mysite" import statements from examples that...Gabriel Hurley
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-09-29[1.2.X] Fixed #14182 - documented how to modify upload handlers when using Cs...Luke Plant
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between docu...Jacob Kaplan-Moss
2010-05-09Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks...Russell Keith-Magee
2010-05-09Fixed #13051 -- Corrected the documentation of URL namespacing to match the t...Russell Keith-Magee
2010-05-06Fixed #8357 -- Clarified what constitutes activity when calculating session e...Russell Keith-Magee
2010-03-25Fixed #13200 -- Updated the DB session backend to make full use of routers, d...Russell Keith-Magee
2010-03-16Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au.Karen Tracey
2010-02-24Fixed #11933 -- Added versionchanged marker for the cache_db session backend....Russell Keith-Magee
2010-02-24Fixed #11782 -- Added some Sphinx metadata to the file uploads documentation....Russell Keith-Magee
2010-02-23Fixed #12799 -- Added an extra newline to help with PDF generation of documen...Russell Keith-Magee
2010-02-21Fixed #12795 - Updated the middleware docs to include the messages app middle...Jannis Leidel
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-13Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...Jacob Kaplan-Moss
2009-11-16Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-09-13Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling...Russell Keith-Magee
2009-09-12Modified r11531 to use the original suggested text from the patch (which was ...Russell Keith-Magee
2009-09-12Fixed #11589 -- Corrected an argument in the shortcuts documentation. Thanks ...Russell Keith-Magee
2009-07-21Cleanup of some minor markup problems in URL documentation.Russell Keith-Magee
2009-07-17Fixed #11492 -- Corrected some typos, and added some extra markup for the URL...Russell Keith-Magee
2009-07-16Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Car...Russell Keith-Magee
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-11Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks t...Russell Keith-Magee
2009-06-18Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi...Russell Keith-Magee
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2009-05-26Made some small improvements to docs/topics/http/sessions.txtAdrian Holovaty
2009-05-17Fixed #10400: Added a note in the file uploads doc about the correct form typ...Karen Tracey
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-23Made default MIDDLEWARE_CLASSES same as in project_template.Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant