| Age | Commit message (Expand) | Author |
| 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 |
| 2008-08-31 | Fixed #8679: use full signature of Model.save() in docs and remove no-longer-... | James Bennett |
| 2008-08-30 | Fixed #8693: Fixed formatting of the "null" argument for model fields | James Bennett |
| 2008-08-29 | Fixed #8638 -- Show by example that the File.name attribute includes the upload | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8656: added a note about iterating over `UploadedFile` only understand... | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien for... | Russell Keith-Magee |
| 2008-08-28 | Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks ... | Russell Keith-Magee |
| 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-27 | Fixed #8435 -- Documented the `prefix` option on formsets. | Brian Rosner |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-26 | Fixed #8326: added signals documentation. | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #8326: added documentation about running Django on Jython. Docs origina... | Jacob Kaplan-Moss |
| 2008-08-26 | A few fixes for the testing documentation: | Gary Wilson Jr |
| 2008-08-25 | Refactored Django's comment system. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed a bad link in topics/db/models.txt | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #8539: fixed PEP references. Thanks, carljm. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #5591: corrected info about variables in `trans` tag. Thanks, idangazit. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman. | Jacob Kaplan-Moss |
| 2008-08-24 | Fixed #8401: Added a note on the fact that DEBUG=False is forced during test ... | Russell Keith-Magee |
| 2008-08-24 | Corrected some formatting in the testing docs. | Russell Keith-Magee |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |