summaryrefslogtreecommitdiff
path: root/docs/topics/db/models.txt
AgeCommit message (Expand)Author
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-11-08Noted that .clear() will delete intermediary modelsCody Scott
2013-10-10Small improvements to docs/topics/db/models.txtCody Scott
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-21Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-11-22changed if statement to a slightly cleaner/less confusing variantWoLpH
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
2012-10-11Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-04Fixed #18996 - Docs on overriden model methodsTomáš Ehrlich
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are Mode...Tim Graham
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-04-15Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol...Claude Paroz
2012-03-30Fixed #17999 -- Restored the links to examples from models documentation. Ref...Claude Paroz
2012-03-29Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.Ramiro Morales
2012-03-27Added missing indentation in models topic documentation.Claude Paroz
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in docte...James Bennett
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ...Aymeric Augustin
2011-11-10Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #16742 -- Provided code examples in the models documentation for access...Julien Phalip
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-22Made documentation of ManyToManyField placement clearer (kind of).Malcolm Tredinnick
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-03-04Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...Gabriel Hurley
2011-02-02Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly.Timo Graham
2010-12-31Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.Timo Graham
2010-12-27Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-14Fixed #14848 - change example verbose name to match convention. thanks madisv...Timo Graham
2010-12-05Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.Simon Meers
2010-11-06Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks...Alex Gaynor
2010-10-28Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f...Gabriel Hurley
2010-10-19Fixed #14426 -- Removed "mysite" import statements from examples that might t...Gabriel Hurley
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.Russell Keith-Magee
2010-05-10Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ...Russell Keith-Magee
2010-01-17Added versionchanged directive to docs introduced in r12139.Jannis Leidel
2010-01-10Fixed #12345 -- Fixed bug in db/models.txt.Adrian Holovaty
2010-01-09Minor formatting fixes for [12139]Jannis Leidel
2010-01-09Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...Jannis Leidel
2010-01-08Added `using` to the list of documented arguments for save() on a model; upda...Russell Keith-Magee