summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-25Fixed #14927 - typo in model option docs. thanks tiliv.Timo Graham
2010-12-18Fixed #6434 - Add clarifying note about auto_now and auto_now_add. thank adam...Timo Graham
2010-12-06Fixed #8975 -- documented related order methods -- thanks to Leo for the repo...Simon Meers
2010-12-06Fixed #14840 -- Added crossrefs to related objects reference docs. Thanks to ...Gabriel Hurley
2010-12-04Fixed #9033 - Add bullets to QuerySet extra() arguments. thanks julien for th...Timo Graham
2010-11-28Fixed #14758 - Remove entire method signatures from QuerySet headings - thank...Timo Graham
2010-11-26Fixed #14756 - fix typo in "related objects reference" docs. Thanks deisner f...Timo Graham
2010-11-21Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...Carl Meyer
2010-11-16Fixed #14696, corrected some messed up syntax in the docs.Alex Gaynor
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-09Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API...Carl Meyer
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-10-27Edited docs/ref/models/fields.txt change from [14049]Adrian Holovaty
2010-10-20Fixed #14493 -- Corrected use of the wrong attribute in the model validation ...Gabriel Hurley
2010-10-15Fixed #14307 -- Added a new crossref target to model field reference docs and...Gabriel Hurley
2010-10-09Fixed misspelling in model fields docs.Carl Meyer
2010-10-09Fixed #14004 -- Adds documentation for QuerySet.update() method. Thanks to dw...Gabriel Hurley
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-09Tiny formatting tweak.Simon Meers
2010-10-09Fixed #5537 -- document trailing '+' on related_name for supressing backward ...Simon Meers
2010-09-11Better error message for calling get_next_by_* on unsaved models.Malcolm Tredinnick
2010-09-07Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup exampleLuke Plant
2010-08-30Fixed #14189 - permalink docs import mistakeLuke Plant
2010-08-28Fixed #14185 - improved example SQL for 'select' example.Luke Plant
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ...Russell Keith-Magee
2010-07-17Fixed import example code for NON_FIELD_ERRORS.Karen Tracey
2010-06-17Fixed #13778: Removed a stray colon in a code example. Thanks canassa.Karen Tracey
2010-05-17Slight fixes to related fields reference to avoid conflicting target namesJacob Kaplan-Moss
2010-05-11Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to t...Russell Keith-Magee
2010-05-10Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ...Russell Keith-Magee
2010-05-10Fixed #12229 -- Added documentation of the FieldFile methods that are exposed...Russell Keith-Magee
2010-05-09Fixed #12997 -- Added markup for methods in the queryset docs. Thanks to Rami...Russell Keith-Magee
2010-05-09Fixed #13100 -- Clarified the model validation rules around full_clean(). Tha...Russell Keith-Magee
2010-05-09Fixed #13282 -- Clarified documentation around week_day filtering in queryset...Russell Keith-Magee
2010-05-09Fixed #13455 -- Clarified the interaction of values() and extra(). Thanks to ...Russell Keith-Magee
2010-04-06Fixed #13099 - incorrect SQL for `exclude()` exampleLuke Plant
2010-03-20Fixed `fieldlookup` docs cross-reference directive, and added it to the query...Justin Bronn
2010-03-10Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Malcolm Tredinnick
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-02-24Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...Joseph Kocherhans
2010-02-24Fixed #12538 -- Added a note that pickles aren't stable during version update...Russell Keith-Magee
2010-02-23Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th...Russell Keith-Magee
2010-02-21Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.Jannis Leidel
2010-01-27Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...Russell Keith-Magee
2010-01-16Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
2010-01-12Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo.Jannis Leidel
2010-01-12Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus.Joseph Kocherhans