summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2011-07-06Improved warning about file uploads in docs, and added link from security ove...Luke Plant
2011-07-06s/get/filter in new example of how to use queryset update method: update won'...Karen Tracey
2011-07-05Added another bit to the update() queryset docs about avoiding race conditionsAdrian Holovaty
2011-07-05Improved update() docs in querysets.txtAdrian Holovaty
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-05-31Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.Timo Graham
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-10Fixes #15963 -- Misleading FileField.save documentation. Thanks for the repor...Chris Beaven
2011-05-07Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend...Jannis Leidel
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss
2011-04-06Fixes #10786 -- Document that NullBooleanField should be used rather than Boo...Chris Beaven
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
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