summaryrefslogtreecommitdiff
path: root/docs/topics/db/managers.txt
AgeCommit message (Expand)Author
2009-03-24Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-15Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
2008-09-02Fixed #7154 -- Inherit all model managers from abstract base classes.Malcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss