summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2011-01-11[1.2.X] Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for ...Timo Graham
2011-01-03[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thank...Timo Graham
2010-12-29[1.2.X] Fixed #14842 - Indent the model Meta options. Thanks adamv.Timo Graham
2010-12-29[1.2.X] Fixed #14959 - Add a link to localflavor in the model field docs. Tha...Timo Graham
2010-12-29[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places opti...Ramiro Morales
2010-12-29[1.2.X] Fixed #14403 -- Provided some extra resources on the difference betwe...Gabriel Hurley
2010-12-28[1.2.X] Fixed #14905 -- Corrected some misleading linking and language in the...Gabriel Hurley
2010-12-26[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!Timo Graham
2010-12-25[1.2.X] Fixed #14927 - typo in model option docs. thanks tiliv.Timo Graham
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-28Fixed #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-09Fixed #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-30Fixed #14189 - permalink docs import mistakeLuke 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-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