| Age | Commit message (Expand) | Author |
| 2010-11-16 | Fixed #14696, corrected some messed up syntax in the docs. | Alex Gaynor |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-09 | Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API... | Carl Meyer |
| 2010-11-07 | Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro... | Gabriel Hurley |
| 2010-10-27 | Edited docs/ref/models/fields.txt change from [14049] | Adrian Holovaty |
| 2010-10-20 | Fixed #14493 -- Corrected use of the wrong attribute in the model validation ... | Gabriel Hurley |
| 2010-10-15 | Fixed #14307 -- Added a new crossref target to model field reference docs and... | Gabriel Hurley |
| 2010-10-09 | Fixed misspelling in model fields docs. | Carl Meyer |
| 2010-10-09 | Fixed #14004 -- Adds documentation for QuerySet.update() method. Thanks to dw... | Gabriel Hurley |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-09 | Tiny formatting tweak. | Simon Meers |
| 2010-10-09 | Fixed #5537 -- document trailing '+' on related_name for supressing backward ... | Simon Meers |
| 2010-09-11 | Better error message for calling get_next_by_* on unsaved models. | Malcolm Tredinnick |
| 2010-09-07 | Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup example | Luke Plant |
| 2010-08-30 | Fixed #14189 - permalink docs import mistake | Luke Plant |
| 2010-08-28 | Fixed #14185 - improved example SQL for 'select' example. | Luke Plant |
| 2010-08-23 | Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p... | Russell Keith-Magee |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-07 | Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ... | Russell Keith-Magee |
| 2010-07-17 | Fixed import example code for NON_FIELD_ERRORS. | Karen Tracey |
| 2010-06-17 | Fixed #13778: Removed a stray colon in a code example. Thanks canassa. | Karen Tracey |
| 2010-05-17 | Slight fixes to related fields reference to avoid conflicting target names | Jacob Kaplan-Moss |
| 2010-05-11 | Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to t... | Russell Keith-Magee |
| 2010-05-10 | Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ... | Russell Keith-Magee |
| 2010-05-10 | Fixed #12229 -- Added documentation of the FieldFile methods that are exposed... | Russell Keith-Magee |
| 2010-05-09 | Fixed #12997 -- Added markup for methods in the queryset docs. Thanks to Rami... | Russell Keith-Magee |
| 2010-05-09 | Fixed #13100 -- Clarified the model validation rules around full_clean(). Tha... | Russell Keith-Magee |
| 2010-05-09 | Fixed #13282 -- Clarified documentation around week_day filtering in queryset... | Russell Keith-Magee |
| 2010-05-09 | Fixed #13455 -- Clarified the interaction of values() and extra(). Thanks to ... | Russell Keith-Magee |
| 2010-04-06 | Fixed #13099 - incorrect SQL for `exclude()` example | Luke Plant |
| 2010-03-20 | Fixed `fieldlookup` docs cross-reference directive, and added it to the query... | Justin Bronn |
| 2010-03-10 | Fixed #11711 -- clarified that ValuesQuerySets are not lists per se. | Malcolm Tredinnick |
| 2010-03-08 | Fixed #12024: Changed admin code to avoid raising an exception when a field l... | Karen Tracey |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-02-24 | Fixed #12538 -- Added a note that pickles aren't stable during version update... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th... | Russell Keith-Magee |
| 2010-02-21 | Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis. | Jannis Leidel |
| 2010-01-27 | Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r... | Russell Keith-Magee |
| 2010-01-16 | Created a 'DB optimization' topic, with cross-refs to relevant sections. | Luke Plant |
| 2010-01-12 | Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo. | Jannis Leidel |
| 2010-01-12 | Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus. | Joseph Kocherhans |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.net | Adrian Holovaty |
| 2010-01-10 | Fixed #10947 -- Fixed error in __in documentation. Thanks, julianb and timo | Adrian Holovaty |
| 2010-01-10 | Fixed #10862 -- Clarified confusing documentation about ImageField height/wid... | Adrian Holovaty |
| 2010-01-09 | Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1 | Adrian Holovaty |
| 2010-01-09 | Fixed #12555 -- Fixed typo in docs/ref/models/querysets.txt. Thanks, y_feldblum | Adrian Holovaty |
| 2010-01-09 | Made some edits to the validation part of docs/ref/models/instances.txt | Adrian Holovaty |
| 2010-01-08 | Corrected the chronograph on my time machine. ``using`` argument was added in... | Russell Keith-Magee |
| 2010-01-08 | Added `using` to the list of documented arguments for save() on a model; upda... | Russell Keith-Magee |