| Age | Commit message (Expand) | Author |
| 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 |
| 2009-02-16 | Auth-related doc cleanups: | Gary Wilson Jr |
| 2009-02-15 | A few minor wording, whitespace, punctuation, and link changes for the middle... | Gary Wilson Jr |
| 2009-02-03 | Fixed #10187 -- Added documentation on how to import F() objects. Thanks to t... | Russell Keith-Magee |
| 2009-01-29 | Fixed #8638 -- Added documentation on how to redirect email to a dummy server... | Russell Keith-Magee |
| 2009-01-29 | Fixed #7210 -- Added F() expressions to query language. See the documentation... | Russell Keith-Magee |
| 2009-01-23 | Fixed #10052 -- Added import line for other aggregates used in examples. Than... | Russell Keith-Magee |
| 2009-01-16 | Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab... | Karen Tracey |
| 2009-01-16 | Fixed #10042 -- YAADT (Aggregation Docs Typo). | Russell Keith-Magee |
| 2009-01-15 | Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're... | Russell Keith-Magee |
| 2009-01-15 | Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks to Ivan ... | Russell Keith-Magee |
| 2009-01-15 | Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev for the r... | Russell Keith-Magee |
| 2009-01-15 | Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the report. | Russell Keith-Magee |
| 2009-01-15 | Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks ... | Russell Keith-Magee |
| 2009-01-15 | Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio... | Russell Keith-Magee |
| 2009-01-11 | Fixed a long line, a typo, and a few misspellings from [9727]. | Gary Wilson Jr |
| 2009-01-10 | Fixed #6791: added a write-through cache session backend: session data is wri... | Jacob Kaplan-Moss |
| 2009-01-06 | Refs #9935: Added a note in the documentation to the effect that Django curre... | Ian Kelly |
| 2009-01-06 | Upgraded included simplejson to 2.0.7. | Malcolm Tredinnick |
| 2008-12-25 | Added some documentation explaining (1) that it's possible to add users via t... | Adrian Holovaty |
| 2008-12-23 | Fixed #9884 -- Corrected template example in model forms documentation, thank... | Gary Wilson Jr |
| 2008-12-23 | Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks aglzen. | Gary Wilson Jr |
| 2008-12-23 | Fixed #9780 -- Fixed an undefined internal link in the model forms documentat... | Gary Wilson Jr |
| 2008-12-22 | Fixed #9904 -- Corrected name of storage method in files documentation. | Gary Wilson Jr |
| 2008-12-21 | Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also America... | Karen Tracey |
| 2008-12-09 | Clarify install docs to point at new FAQ items about Python 3.0. | James Bennett |
| 2008-12-09 | Fixed #9783; clarified install docs and FAQ to explain that Django does not y... | James Bennett |
| 2008-12-09 | Did some much-needed rewriting/editing in the formsets section of docs/topics... | Adrian Holovaty |
| 2008-12-09 | Improved the model formset and inline formset documentation to be more explic... | Brian Rosner |
| 2008-12-08 | Fixed #9718 -- Removed a reference to oldforms FormWrapper object in the user... | Gary Wilson Jr |
| 2008-12-08 | Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in th... | Adrian Holovaty |
| 2008-12-05 | Added a way to iterate over hidden/visible fields in a form. Useful for manual | Malcolm Tredinnick |