| Age | Commit message (Expand) | Author |
| 2009-06-24 | Fixed #8861 -- Added note on the availability of ModelForm.instance. Thanks t... | Russell Keith-Magee |
| 2009-06-24 | Fixed #11356 -- Added links to the growing collection of 3rd party database b... | Russell Keith-Magee |
| 2009-06-18 | Made correction to documentation change from [11045]. | Russell Keith-Magee |
| 2009-06-18 | Fixed #11253 -- Normalized the way the docs refer to TestCase.assert* methods... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for t... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks... | Russell Keith-Magee |
| 2009-06-18 | Refs #11336 -- Another dummy commit to force refresh of some index pages by S... | Russell Keith-Magee |
| 2009-06-17 | Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind. | Karen Tracey |
| 2009-06-17 | Update to [11025]. This time, actually include the new generic views document... | Russell Keith-Magee |
| 2009-06-17 | Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco... | Russell Keith-Magee |
| 2009-06-17 | Fixed #9919 -- Added note on the need to mark transactions as dirty when usin... | Russell Keith-Magee |
| 2009-06-10 | Fixed #10845 -- Clarified the examples for using ModelForms with fields or ex... | Russell Keith-Magee |
| 2009-05-27 | Fixed #11215 -- Replaced erroneous catch with except in testing doc. | Karen Tracey |
| 2009-05-26 | Made some small improvements to docs/topics/http/sessions.txt | Adrian Holovaty |
| 2009-05-24 | Fixed #8857 -- Corrected ref in modelforms documentation and added ref to fil... | Brian Rosner |
| 2009-05-23 | Fixed #11188 -- Removed incorrect doc note about step being unsupported when ... | Karen Tracey |
| 2009-05-18 | Fixed #11138 -- Corrected the description of behavior related to the max_num ... | Karen Tracey |
| 2009-05-18 | Fixed #11137 -- Add missing base class in proxy model extra managers doc. Th... | Karen Tracey |
| 2009-05-17 | Fixed #10400: Added a note in the file uploads doc about the correct form typ... | Karen Tracey |
| 2009-05-17 | Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallac... | Karen Tracey |
| 2009-05-17 | Fixed #10855: Reference doc on creating superusers in the tutorial at the poi... | Karen Tracey |
| 2009-05-17 | Fixed #10971 -- Corrected code example involving redirect_chain in the testin... | Karen Tracey |
| 2009-05-17 | Fixed #11106 -- Corrected typo in models doc. Thanks mnieber. | Karen Tracey |
| 2009-05-17 | Fixed #11128 -- Misc. fixes and improvements to the model forms doc. Thanks ... | Karen Tracey |
| 2009-05-16 | Fixed #9206 -- Added documentation on savepoints, and how to use them to reco... | Russell Keith-Magee |
| 2009-05-14 | Fixed #10795: added a link to model formsets docs from the formsets docs. | Jacob Kaplan-Moss |
| 2009-05-14 | Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` ... | Jacob Kaplan-Moss |
| 2009-05-14 | Fixed #10272: documented the signatures for the contrib.auth views. Thanks, I... | Jacob Kaplan-Moss |
| 2009-05-12 | Fixed #11063: updated install docs to mention mod_wsgi instead of mod_python. | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #9493 -- Corrected error handling of formsets that violate unique const... | Russell Keith-Magee |
| 2009-05-02 | Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an... | Russell Keith-Magee |
| 2009-05-02 | Fixed #10954 -- Corrected error in docs example describing extending the JSON... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10898 -- Corrected minor error in conditional view processing example.... | Russell Keith-Magee |
| 2009-04-16 | Fixed #10779 -- Corrected description of an example in the files docs. Thanks... | Russell Keith-Magee |
| 2009-04-16 | Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to prairiedogg for ... | Russell Keith-Magee |
| 2009-04-12 | Fixed #10490 -- Small wording correction in the docs. Thanks, matehat. | Malcolm Tredinnick |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10031: updated SQLite database docs to more strongly indicate the prob... | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #9012: Changed inappropriate title of models documentation. | James Bennett |
| 2009-03-31 | Fixed #10306: Corrected form action in auth login example. | James Bennett |
| 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-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-30 | Fixed #9914 -- Fixed field class name in models docs, patch from timo. | Gary Wilson Jr |
| 2009-03-30 | Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save(). | Joseph Kocherhans |
| 2009-03-25 | Fixed #10574 -- Documented interaction between annotations and order_by. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #10503 -- Clarified docs on the operation of the noop option to {% tran... | Russell Keith-Magee |