| Age | Commit message (Expand) | Author |
| 2010-12-18 | [1.2.X] Fixed #6434 - Add clarifying note about auto_now and auto_now_add. th... | Timo Graham |
| 2010-12-06 | [1.2.X] Fixed #8975 -- documented related order methods -- thanks to Leo for ... | Simon Meers |
| 2010-12-06 | [1.2.X] Fixed #14840 -- Added crossrefs to related objects reference docs. Th... | Gabriel Hurley |
| 2010-12-04 | [1.2.X] Fixed #9033 - Add bullets to QuerySet extra() arguments. thanks julie... | Timo Graham |
| 2010-11-28 | Fixed #14758 - Remove entire method signatures from QuerySet headings - thank... | Timo Graham |
| 2010-11-26 | [1.2.X] Fixed #14756 - fix typo in "related objects reference" docs. Thanks d... | Timo Graham |
| 2010-11-16 | [1.2.X] Fixed #14696, corrected some messed up syntax in the docs. Backport ... | Alex Gaynor |
| 2010-11-09 | Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API... | Carl Meyer |
| 2010-11-07 | [1.2.X] Fixed #10904 -- Corrected inappropriate usage of the term "absolute U... | Gabriel Hurley |
| 2010-10-20 | [1.2.X] Fixed #14493 -- Corrected use of the wrong attribute in the model val... | Gabriel Hurley |
| 2010-10-15 | [1.2.X] Fixed #14307 -- Added a new crossref target to model field reference ... | Gabriel Hurley |
| 2010-10-09 | [1.2.X] Fixed misspelling in model fields docs. Backport of [14096] from trunk. | Carl Meyer |
| 2010-10-09 | [1.2.X] Adds documentation for QuerySet.update() method. Thanks to dwillis an... | Gabriel Hurley |
| 2010-10-09 | [1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v... | Russell Keith-Magee |
| 2010-10-09 | [1.2.X] Fixed #5537 -- document trailing '+' on related_name for supressing b... | Simon Meers |
| 2010-08-30 | Fixed #14189 - permalink docs import mistake | Luke Plant |
| 2010-08-28 | [1.2.X] Fixed #14185 - improved example SQL for 'select' example. | Luke Plant |
| 2010-08-23 | [1.2.X] Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro f... | Russell Keith-Magee |
| 2010-08-19 | [1.2.X] Fixed #14141: docs now use the :doc: construct for links between docu... | Jacob Kaplan-Moss |
| 2010-08-07 | [1.2.X] Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to t... | Russell Keith-Magee |
| 2010-07-17 | [1.2.X] 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 |