summaryrefslogtreecommitdiff
path: root/docs/topics/db/models.txt
AgeCommit message (Expand)Author
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
2009-05-18Fixed #11137 -- Add missing base class in proxy model extra managers doc. Th...Karen Tracey
2009-05-17Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.Karen Tracey
2009-05-02Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an...Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31Fixed #9012: Changed inappropriate title of models documentation.James Bennett
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-30Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
2009-03-23Added 1.1 beta release notes.Jacob Kaplan-Moss
2009-03-19Added some documentation explaining "managed=False" vs. "proxy=True".Malcolm Tredinnick
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-09Made a couple of cross-references in the model fields documentaiton consistent.Malcolm Tredinnick
2009-03-04Made it explicit if you accidentally override a Field from a parent model.Malcolm Tredinnick
2009-02-22Fixed #9347 -- Added an entry in the field reference for the verbose_name opt...Russell Keith-Magee
2009-02-22Fixed #10118 -- Clarified the error message raised when accessing a subclass ...Russell Keith-Magee
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many f...Russell Keith-Magee
2008-09-14Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ...Russell Keith-Magee
2008-09-06Fixed #8883 -- Fixed some glitches in model reference. Thanks, arienAdrian Holovaty
2008-09-03Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-01Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the ...Brian Rosner
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-09-01Fixed #8705: Corrected some formatting issues in models documentationJames Bennett
2008-09-01Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-...James Bennett