| Age | Commit message (Expand) | Author |
| 2008-10-09 | Fixed #9325 -- Typo fix in the forms documentation. | Malcolm Tredinnick |
| 2008-10-07 | Fixed #9215 -- Added a view/template example of using pagination. | Malcolm Tredinnick |
| 2008-10-07 | Added a link to the "documentation" documentation in the contributing docs. | Malcolm Tredinnick |
| 2008-10-07 | Added a note about where custom manager specifications go in a model (for the | Malcolm Tredinnick |
| 2008-10-07 | Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE | Malcolm Tredinnick |
| 2008-10-06 | Added a lot more explanation about form field validation, including expanded | Malcolm Tredinnick |
| 2008-10-06 | Fixed #7011 -- Clarified what User.is_active really means in the documentation. | Malcolm Tredinnick |
| 2008-10-06 | Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE | Malcolm Tredinnick |
| 2008-10-06 | Fixed #8768 -- Clarified that ugettext_lazy() results are unicode proxies and | Malcolm Tredinnick |
| 2008-10-06 | Fixed #8975 -- Added a note to the documentation for reverse() that all views | Malcolm Tredinnick |
| 2008-10-06 | Fixed #9254 -- Added information to the porting guide about the removal of | Malcolm Tredinnick |
| 2008-10-06 | Fixed #8688 -- Added a note about using a settings variable for the static | Malcolm Tredinnick |
| 2008-10-06 | Fixed a couple of markup errors in the documentation. | Malcolm Tredinnick |
| 2008-10-06 | Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the | Malcolm Tredinnick |
| 2008-10-06 | Fixed #9212: Added code to check the xgettext version, and if it is lower tha... | Karen Tracey |
| 2008-10-05 | Add note to 1.0 porting guide about removal of dictionary access to HTTP requ... | James Bennett |
| 2008-10-05 | Changed the "write your own settings" recommendation to mention that Django | Malcolm Tredinnick |
| 2008-10-05 | Fixed #8964 -- Added a note that MyISAM may not necessarily be the default | Malcolm Tredinnick |
| 2008-10-05 | Fixed a typo and clarified how django.core.mail.outbox works in the testing f... | Malcolm Tredinnick |
| 2008-10-05 | Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas. | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial. | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9291 -- Tweaked a piece of example code slightly to set a good example | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9301 -- Correct a markup typo in the docs. | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9300 -- Typo fix in docs. | Malcolm Tredinnick |
| 2008-10-02 | Promoted --verbosity to be a top level option for all management commands. Al... | Russell Keith-Magee |
| 2008-09-30 | Fixed #9255: Removed now-obsolete warning about the old semantics of __exact=... | James Bennett |
| 2008-09-30 | Rewrote bits of the cycle tag documentation, which was confusing -- it implie... | Adrian Holovaty |
| 2008-09-29 | Fixed #9234 -- Typo fix. | Malcolm Tredinnick |
| 2008-09-28 | Restored documentation about pickling QuerySets (and how to only pickle the | Malcolm Tredinnick |
| 2008-09-27 | Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb. | Malcolm Tredinnick |
| 2008-09-22 | Fixed #8371: Added a note warning Windows users about the use of forward slas... | Russell Keith-Magee |
| 2008-09-22 | Fixed #8967: Added documentation for the 'through' option on a many-to-many f... | Russell Keith-Magee |
| 2008-09-21 | Fixed #9149: Fixed reST error in syndication docs | James Bennett |
| 2008-09-19 | Fixed heading levels in docs/internals/committers | Jacob Kaplan-Moss |
| 2008-09-19 | Updated contributing documentation to contain the new release process and upd... | Jacob Kaplan-Moss |
| 2008-09-18 | Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda... | Russell Keith-Magee |
| 2008-09-18 | Fixed #8955: Modified the sphinx configuration to generate LaTeX documentatio... | Russell Keith-Magee |
| 2008-09-17 | Fixed some misordered markup for the ROOT_URLCONF setting in the docs. | Malcolm Tredinnick |
| 2008-09-17 | Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly ... | Adrian Holovaty |
| 2008-09-17 | Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think) | Adrian Holovaty |
| 2008-09-16 | Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be clearer | Adrian Holovaty |
| 2008-09-16 | Fixed #9091 -- Rephrased Variable() documentation. Thanks, telenieko | Adrian Holovaty |
| 2008-09-16 | Edited some recent docs changes | Adrian Holovaty |
| 2008-09-16 | Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zhe | Adrian Holovaty |
| 2008-09-16 | Edited forms/index.txt changes from [9030] | Adrian Holovaty |
| 2008-09-15 | Added mention of inclusion tags to reusable form templates documentation | Simon Willison |
| 2008-09-15 | Fixed #9085: Modified some example form HTML to be XHTML, consistent with Dja... | Russell Keith-Magee |
| 2008-09-15 | Added documentation on creating reusable form templates; thanks for the sugge... | Simon Willison |
| 2008-09-15 | Clarified the wording of the section on customizing form.errors within a fiel... | Simon Willison |
| 2008-09-15 | Added documentation of the Form class's custom __iter__ method to the forms A... | Simon Willison |