summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_inheritance_select_related/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2010-10-12Converted model_inheritance_select_related tests from doctests to unittests. ...Alex Gaynor
2008-06-29Removed a stray debugging print that slipped in.Malcolm Tredinnick
2008-06-29Fixed #7246 -- Pull in the all the necessary data when using select_related()...Malcolm Tredinnick