summaryrefslogtreecommitdiff
path: root/docs/ref/models/options.txt
AgeCommit message (Expand)Author
2010-12-29Fixed #14842 - Indent the model Meta options. Thanks adamv.Timo Graham
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-06Fixed #8975 -- documented related order methods -- thanks to Leo for the repo...Simon Meers
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-12Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu...Russell Keith-Magee
2009-09-28Fixed #9674 - documented app_label.Luke Plant
2009-04-09Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss
2009-03-21Corrected syntax typos in a couple of versionadded directives.Gary Wilson Jr
2009-03-20Added some further clarification to the docs for Meta.managed.Malcolm Tredinnick
2009-03-19Fixed #10546 -- Fixed a docs typo noticed by carljm.Malcolm Tredinnick
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-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-31Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ...James Bennett
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss