index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
options.txt
Age
Commit message (
Expand
)
Author
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-11-12
Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu...
Russell Keith-Magee
2009-09-28
Fixed #9674 - documented app_label.
Luke Plant
2009-04-09
Fixed #10647: intermediary tables between two umanaged models are no longer c...
Jacob Kaplan-Moss
2009-03-21
Corrected syntax typos in a couple of versionadded directives.
Gary Wilson Jr
2009-03-20
Added some further clarification to the docs for Meta.managed.
Malcolm Tredinnick
2009-03-19
Fixed #10546 -- Fixed a docs typo noticed by carljm.
Malcolm Tredinnick
2009-03-19
Added some documentation explaining "managed=False" vs. "proxy=True".
Malcolm Tredinnick
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-31
Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ...
James Bennett
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss