| Age | Commit message (Expand) | Author |
| 2009-07-21 | Cleanup of some minor markup problems in URL documentation. | Russell Keith-Magee |
| 2009-07-17 | Fixed #11492 -- Corrected some typos, and added some extra markup for the URL... | Russell Keith-Magee |
| 2009-07-16 | Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Car... | Russell Keith-Magee |
| 2009-07-16 | Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ... | Russell Keith-Magee |
| 2009-07-11 | Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks t... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks... | Russell Keith-Magee |
| 2009-05-26 | Made some small improvements to docs/topics/http/sessions.txt | Adrian Holovaty |
| 2009-05-17 | Fixed #10400: Added a note in the file uploads doc about the correct form typ... | Karen Tracey |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10120 -- Added a `return` to a doc example, patch from andrews. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2009-03-23 | Made default MIDDLEWARE_CLASSES same as in project_template. | Luke Plant |
| 2009-03-23 | Reverted 10094 and 10095 (in favour of solution that will hopefully land for ... | Luke Plant |
| 2009-03-21 | Added a versionadded directive to new redirect shortcut (refs #10194). | Gary Wilson Jr |
| 2009-03-21 | Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh... | Jacob Kaplan-Moss |
| 2009-03-19 | Updated all refs to default middleware in docs. | Luke Plant |
| 2009-02-22 | Fixed #10298 -- Corrected the example for the get_list_or_404 shortcut. Thank... | Russell Keith-Magee |
| 2009-02-16 | Auth-related doc cleanups: | Gary Wilson Jr |
| 2009-02-15 | A few minor wording, whitespace, punctuation, and link changes for the middle... | Gary Wilson Jr |
| 2009-01-11 | Fixed a long line, a typo, and a few misspellings from [9727]. | Gary Wilson Jr |
| 2009-01-10 | Fixed #6791: added a write-through cache session backend: session data is wri... | Jacob Kaplan-Moss |
| 2008-11-18 | Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uplo... | Adrian Holovaty |
| 2008-11-18 | Removed 'Most Web sites wouldn't be complete without a way to upload files' s... | Adrian Holovaty |
| 2008-11-16 | Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and remove | Malcolm Tredinnick |
| 2008-11-02 | Fixed #9497 - Doc typos. Many thanks ramiro. | Karen Tracey |
| 2008-11-02 | Fixed #9495 -- Corrected typo in urls doc. Thanks seemant. | Karen Tracey |
| 2008-11-01 | Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf. | Karen Tracey |
| 2008-11-01 | Fixed #9487 -- Corrected several links into the Python docs that were broken ... | Karen Tracey |
| 2008-10-24 | Fixed #9430 -- Fixed documentation references to the HttpResponse classes for | Malcolm Tredinnick |
| 2008-10-06 | Fixed #8975 -- Added a note to the documentation for reverse() that all views | Malcolm Tredinnick |
| 2008-10-06 | Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the | Malcolm Tredinnick |
| 2008-09-14 | Fixed #9075: Added a call to close() in the example file upload handler. Than... | Russell Keith-Magee |
| 2008-09-09 | Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro | Adrian Holovaty |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-31 | Fixed #7654: Documented the fact that file upload handlers must be modified b... | James Bennett |
| 2008-08-28 | Fixed #8656: added a note about iterating over `UploadedFile` only understand... | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8600: Corrected example URLConf to match new comments framework. Thank... | Russell Keith-Magee |
| 2008-08-27 | Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi... | Jacob Kaplan-Moss |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |