| Age | Commit message (Expand) | Author |
| 2010-12-29 | Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet for the re... | Timo Graham |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-21 | Fixed #14910 -- Clarified the order of precedence of loading translation cata... | Jannis Leidel |
| 2010-12-19 | Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul... | Russell Keith-Magee |
| 2010-11-29 | Fixed #14777 -- Added docs on working around the Python CSV module's lack of ... | Gabriel Hurley |
| 2010-11-22 | Clarified a comment in the mod_python docs on the status of the handler. Than... | Russell Keith-Magee |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-16 | Added info about using logging to the 'Error reporting' howto. | Luke Plant |
| 2010-11-16 | Corrected 'email' to 'e-mail' in error reporting docs. | Luke Plant |
| 2010-11-11 | Reverted deprecation of media context processor (from r14293) to separate sta... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-07 | Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs... | Gabriel Hurley |
| 2010-10-27 | Documented options accepted by the runfcgi management command. | Ramiro Morales |
| 2010-10-26 | Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephan... | Gabriel Hurley |
| 2010-10-26 | Replace an incorrect reference to collectmedia in the docs (the command is co... | Chris Beaven |
| 2010-10-25 | Fixed #10545 -- Mentioned that template context variables are scoped to the b... | Gabriel Hurley |
| 2010-10-24 | Fixed #14551 -- corrected a type in the remote user auth documentation. Than... | Alex Gaynor |
| 2010-10-23 | Fixed #14528 and #14538 -- Refined staticfiles documentation. Thanks, gremmie... | Jannis Leidel |
| 2010-10-20 | Removes a mistaken note about the static media development helper. | Jacob Kaplan-Moss |
| 2010-10-20 | Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay f... | Alex Gaynor |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-19 | Fixed #7616 -- Added advice on unix socket permissions and umasks to fastcgi ... | Gabriel Hurley |
| 2010-10-09 | Fixed #12369 -- Improved example to account for environments where cStringIO ... | Gabriel Hurley |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-09 | Fixed #5677 -- update modpython stdout documentation. Thanks to Manfred Wassm... | Simon Meers |
| 2010-10-08 | Fixed #14384 -- Updated mod_wsgi docs to match documented best practice. Than... | Russell Keith-Magee |
| 2010-10-01 | Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo. | Jannis Leidel |
| 2010-09-12 | Documented how to manually piece together URLs with get_script_name(). | Malcolm Tredinnick |
| 2010-08-28 | Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob... | Russell Keith-Magee |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-06-05 | Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another... | Russell Keith-Magee |
| 2010-05-12 | Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. | Karen Tracey |
| 2010-05-10 | Fixed #12135 -- Clarified custom template tag example. Thanks to EvilDMP for ... | Russell Keith-Magee |
| 2010-05-10 | Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thank... | Russell Keith-Magee |
| 2010-05-10 | Fixed #12621 -- Corrected grammar error in custom template tag docs. Thanks t... | Russell Keith-Magee |
| 2010-05-08 | Fixed #9170 -- added improved custom management command documentation. | Brian Rosner |
| 2010-04-15 | Fixed #13184 -- Document the requirement that custom model fields using Subfi... | Russell Keith-Magee |
| 2010-03-11 | Fixed #13084: Corrected typo in error-reporting docs. | James Bennett |
| 2010-03-06 | Fixed #11680: Added a note in the error-reporting documentation about basic e... | James Bennett |
| 2010-02-24 | Fixed #12880 -- Added some missing sphinx directives for module references. T... | Russell Keith-Magee |
| 2010-02-23 | Fixed #10258: handle duplicate file names better. | Jacob Kaplan-Moss |
| 2010-02-21 | Fixed #11714 - Document a few of the i18n function that can be used outside v... | Jannis Leidel |
| 2010-02-16 | Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ... | Jannis Leidel |
| 2010-02-09 | Removed docs that assume developer might be using Python < 2.4 | Luke Plant |
| 2009-12-26 | Fixed several broken and redirecting URLs in the documentation (fixes #12219,... | Gary Wilson Jr |
| 2009-12-22 | Documentation markup fixes. | Russell Keith-Magee |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-16 | Fixed #12385: Made built-in field type descriptions in admindocs translatable... | Karen Tracey |
| 2009-12-14 | Fixed #6262 -- Added a cached template loader, and modified existing template... | Russell Keith-Magee |
| 2009-12-13 | Apply doc addition that somehow was left out of r11833. Refs #7977. | Karen Tracey |