summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_inheritance/tests.py
AgeCommit message (Expand)Author
2011-01-26Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...Alex Gaynor
2010-10-25Converted model_inheritance doctests to unittests. We have always been at wa...Alex Gaynor