summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Expand)Author
2009-02-22Fixed #10298 -- Corrected the example for the get_list_or_404 shortcut. Thank...Russell Keith-Magee
2009-02-16Auth-related doc cleanups:Gary Wilson Jr
2009-02-15A few minor wording, whitespace, punctuation, and link changes for the middle...Gary Wilson Jr
2009-01-11Fixed a long line, a typo, and a few misspellings from [9727].Gary Wilson Jr
2009-01-10Fixed #6791: added a write-through cache session backend: session data is wri...Jacob Kaplan-Moss
2008-11-18Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uplo...Adrian Holovaty
2008-11-18Removed 'Most Web sites wouldn't be complete without a way to upload files' s...Adrian Holovaty
2008-11-16Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and removeMalcolm Tredinnick
2008-11-02Fixed #9497 - Doc typos. Many thanks ramiro.Karen Tracey
2008-11-02Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.Karen Tracey
2008-11-01Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.Karen Tracey
2008-11-01Fixed #9487 -- Corrected several links into the Python docs that were broken ...Karen Tracey
2008-10-24Fixed #9430 -- Fixed documentation references to the HttpResponse classes forMalcolm Tredinnick
2008-10-06Fixed #8975 -- Added a note to the documentation for reverse() that all viewsMalcolm Tredinnick
2008-10-06Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in theMalcolm Tredinnick
2008-09-14Fixed #9075: Added a call to close() in the example file upload handler. Than...Russell Keith-Magee
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick
2008-08-31Fixed #7654: Documented the fact that file upload handlers must be modified b...James Bennett
2008-08-28Fixed #8656: added a note about iterating over `UploadedFile` only understand...Jacob Kaplan-Moss
2008-08-28Fixed #8600: Corrected example URLConf to match new comments framework. Thank...Russell Keith-Magee
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss