summaryrefslogtreecommitdiff
path: root/tests/model_package
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-23Removed model_package test dependency on contrib.sitesClaude Paroz
2014-12-11Cleanup cache in contrib.sites to prevent test interference -- refs #11505Thomas Chaumeny
2014-12-01Fixed #18586 -- Split up model_package.ModelPackageTests.Alexander Shchapov
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-05-28Fixed several typos in DjangoAlex Gaynor
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
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to sp...Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner