summaryrefslogtreecommitdiff
path: root/docs/topics/db/managers.txt
AgeCommit message (Expand)Author
2011-01-16Fixed #15062 -- Documented the fact that managers must be able to be shallow ...Russell Keith-Magee
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-04-06Fixed #13035 - Incorrect documentation regarding admin and default managersLuke Plant
2010-03-26Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta...Justin Bronn
2010-02-22Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo...Justin Bronn
2010-01-12Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel
2010-01-10Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/ma...Adrian Holovaty
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