| Age | Commit message (Expand) | Author |
| 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 |
| 2009-03-24 | Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Sael... | Russell Keith-Magee |
| 2009-03-24 | Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv. | Russell Keith-Magee |
| 2009-03-24 | Added versionadded markers for ModelForm field ordering, added in [10062]. | Russell Keith-Magee |
| 2009-03-24 | A bunch of improvements for conditional HTTP processing. | Malcolm Tredinnick |
| 2009-03-23 | Added 1.1 beta release notes. | Jacob Kaplan-Moss |
| 2009-03-23 | Made default MIDDLEWARE_CLASSES same as in project_template. | Luke Plant |
| 2009-03-23 | Reverted 10094 and 10095 (in favour of solution that will hopefully land for ... | Luke Plant |
| 2009-03-22 | Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). | Malcolm Tredinnick |
| 2009-03-21 | Added a versionadded directive to new redirect shortcut (refs #10194). | Gary Wilson Jr |
| 2009-03-21 | Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh... | Jacob Kaplan-Moss |
| 2009-03-19 | Updated all refs to default middleware in docs. | Luke Plant |
| 2009-03-19 | Added some documentation explaining "managed=False" vs. "proxy=True". | Malcolm Tredinnick |
| 2009-03-18 | Fixed #10482 -- Unified access to response.context when inspecting responses ... | Russell Keith-Magee |
| 2009-03-18 | Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models). | Malcolm Tredinnick |
| 2009-03-15 | Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Pau... | Russell Keith-Magee |
| 2009-03-15 | Fixed #689 -- Added a middleware and authentication backend to contrib.auth f... | Gary Wilson Jr |
| 2009-03-15 | Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i... | Russell Keith-Magee |
| 2009-03-15 | Documented patterns for adding extra managers to model subclasses. | Malcolm Tredinnick |
| 2009-03-15 | Clarified and expanded documentation for Manager.use_for_related_fields. | Malcolm Tredinnick |
| 2009-03-14 | Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th... | Adrian Holovaty |
| 2009-03-11 | Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o... | Russell Keith-Magee |
| 2009-03-11 | Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend. | Malcolm Tredinnick |
| 2009-03-09 | Made a couple of cross-references in the model fields documentaiton consistent. | Malcolm Tredinnick |
| 2009-03-09 | Changed a few versionadded doc directives from "development" to "1.1". | Malcolm Tredinnick |
| 2009-03-08 | Fixed #10433: Corrected typo in test doc. Thanks Matt Doran. | Karen Tracey |
| 2009-03-04 | Made it explicit if you accidentally override a Field from a parent model. | Malcolm Tredinnick |
| 2009-03-03 | Minor update to documentation for many-to-many filter() calls. | Malcolm Tredinnick |
| 2009-03-02 | Small edit to the caching docs. | Malcolm Tredinnick |
| 2009-02-28 | Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0. | James Bennett |
| 2009-02-27 | Fixed #4476 -- Added a ``follow`` option to the test client request methods. ... | Russell Keith-Magee |
| 2009-02-24 | Fixed #10344 -- Corrected some typos in the aggregation docs. Thanks to ewoud... | Russell Keith-Magee |
| 2009-02-23 | Fixed #10182 -- Corrected realiasing and the process of evaluating values() f... | Russell Keith-Magee |
| 2009-02-22 | Fixed #9347 -- Added an entry in the field reference for the verbose_name opt... | Russell Keith-Magee |
| 2009-02-22 | Fixed #10009 -- Corrected a field reference in an example on rendering hidden... | Russell Keith-Magee |
| 2009-02-22 | Fixed #10118 -- Clarified the error message raised when accessing a subclass ... | Russell Keith-Magee |
| 2009-02-22 | Fixed #10298 -- Corrected the example for the get_list_or_404 shortcut. Thank... | Russell Keith-Magee |
| 2009-02-21 | Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes.... | Adrian Holovaty |
| 2009-02-19 | Fixed #10303 -- Corrected a contradiction in the docs regarding the capabilit... | Russell Keith-Magee |