| Age | Commit message (Expand) | Author |
| 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 | Changed the "write your own settings" recommendation to mention that Django | 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 | Fixed #9301 -- Correct a markup typo in the docs. | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9300 -- Typo fix in docs. | Malcolm Tredinnick |
| 2008-09-29 | Fixed #9234 -- Typo fix. | Malcolm Tredinnick |
| 2008-09-22 | Fixed #8967: Added documentation for the 'through' option on a many-to-many f... | Russell Keith-Magee |
| 2008-09-16 | Edited some recent docs changes | 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-14 | Added documentation for looping over a form's fields in a template | Simon Willison |
| 2008-09-14 | Fixed #9044: Corrected mistake in a closing tag in an example template. Thank... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9075: Added a call to close() in the example file upload handler. Than... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9077: Modified the database installation notes to point to somewhere u... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9060: Clarified some language in the description of modelformset_facto... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the... | Russell Keith-Magee |
| 2008-09-12 | Fixed #9027 -- Corrected the documentation about can_delete default value. Th... | Brian Rosner |
| 2008-09-12 | Fixed #9056 -- Corrected a typo in topic/forms/modelforms.txt documentation. ... | Brian Rosner |
| 2008-09-11 | Edited i18n.txt changes from [9009] | Adrian Holovaty |
| 2008-09-11 | Clarified i18n docs concerning verbose_name and verbose_name_plural - fixes #... | Simon Willison |
| 2008-09-09 | Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com | Adrian Holovaty |
| 2008-09-09 | Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro | Adrian Holovaty |
| 2008-09-07 | Small wording improvements to cache.txt | Adrian Holovaty |
| 2008-09-07 | Fixed #8924 -- Corrected a couple typos in queries documentation, thanks arien. | Gary Wilson Jr |
| 2008-09-06 | Fixed #8883 -- Fixed some glitches in model reference. Thanks, arien | Adrian Holovaty |
| 2008-09-06 | Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@web.de | Adrian Holovaty |
| 2008-09-03 | Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro. | Jacob Kaplan-Moss |
| 2008-09-03 | Fixes #8847 - a bunch of cleanups to the i18n docs. Thanks, ramiro! | Jacob Kaplan-Moss |
| 2008-09-03 | Fixed #8701, a couple of bad links in the docs. | Jacob Kaplan-Moss |
| 2008-09-03 | Fixed #8829: Corrected typo in docs/topics/forms/index.txt | James Bennett |
| 2008-09-02 | Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir. | Jacob Kaplan-Moss |
| 2008-09-02 | Improved the docs even more. | Brian Rosner |
| 2008-09-02 | Added some docs on model formsets in views. | Brian Rosner |
| 2008-09-02 | Fixed #7154 -- Inherit all model managers from abstract base classes. | Malcolm Tredinnick |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the ... | Brian Rosner |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8728: Corrected some broken links in the documentation | James Bennett |
| 2008-09-01 | Fixed #8705: Corrected some formatting issues in models documentation | James Bennett |
| 2008-09-01 | Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-... | James Bennett |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8641: Documented the fact that file-saving methods must receive a File... | James Bennett |
| 2008-08-31 | Fixed #7654: Documented the fact that file upload handlers must be modified b... | James Bennett |
| 2008-08-31 | Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ... | James Bennett |