summaryrefslogtreecommitdiff
path: root/tests/custom_managers_regress/models.py
AgeCommit message (Collapse)Author
2014-09-23Merged custom_managers_regress into the custom_managers test package.Loic Bistuer
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵Loic Bistuer
return a QuerySet.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner