summaryrefslogtreecommitdiff
path: root/tests/custom_managers/models.py
AgeCommit message (Expand)Author
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-09-23Merged custom_managers_regress into the custom_managers test package.Loic Bistuer
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-27PEP-8 cleanupAnssi Kääriäinen
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-02PEP8 cleanupJason Myers
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner