summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2011-12-31[1.3.X] Fixed #640 - Documented that changing order_with_respect_to requires ...Timo Graham
2011-12-31[1.3.X] Fixed #702 - Documented that ManyToMany fields can't be in unique_tog...Timo Graham
2011-09-11[1.3.X] Fixed #16109: Corrected an inconsistency in URLconf examples for matc...James Bennett
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-08-06[1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txtTimo Graham
2011-05-31[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.Timo Graham
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-10[1.3.X] Fixes #15963 -- Misleading FileField.save documentation. Thanks for t...Chris Beaven
2011-03-08Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST...Gabriel Hurley
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-11Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.Timo Graham
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2010-12-29Fixed #14842 - Indent the model Meta options. Thanks adamv.Timo Graham
2010-12-29Fixed #14959 - Add a link to localflavor in the model field docs. Thanks Paul...Timo Graham
2010-12-29Fixed #7726 -- Added validation of max_digits and decimal_places options to D...Ramiro Morales
2010-12-29Fixed #14403 -- Provided some extra resources on the difference between Float...Gabriel Hurley
2010-12-28Fixed #14905 -- Corrected some misleading linking and language in the FileFie...Gabriel Hurley
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