summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_inheritance/tests.py
AgeCommit message (Expand)Author
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-05-22Fixed #18304 -- Optimized save() when update_can_self_select=FalseAnssi Kääriäinen
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
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