1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref/models
Malcolm Tredinnick 61a2708c41 Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Large portions of this are needed for #5420, so I implemented it fully.
Thanks to Ryan Kelly for an initial patch to get this started.

Refs #5420.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-18 09:47:08 +00:00
..
fields.txt Made a couple of cross-references in the model fields documentaiton consistent. 2009-03-09 03:33:54 +00:00
index.txt Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. 2009-01-15 11:06:34 +00:00
instances.txt Fixed a couple of markup errors in the documentation. 2008-10-06 08:28:18 +00:00
options.txt Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models). 2009-03-18 09:47:08 +00:00
querysets.txt Clarified some documentation on the use of the aggregate() query modifier, following suggestions on IRC. Thanks to Tai Lee for the report. 2009-02-17 10:17:29 +00:00
relations.txt Fixed #9497 - Doc typos. Many thanks ramiro. 2008-11-02 20:43:20 +00:00