summaryrefslogtreecommitdiff
path: root/tests/model_package
AgeCommit message (Collapse)Author
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
Backport of 1dcc603eff from master
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-07-29Removed most of absolute_import importsClaude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to ↵Tim Graham
specify app_label. Thanks mark@ and Aramgutang for work on the patch.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner