summaryrefslogtreecommitdiff
path: root/tests/model_package
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-13/+11
|
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
|
* Removed model_package test dependency on contrib.sitesClaude Paroz2014-12-232-13/+7
|
* Cleanup cache in contrib.sites to prevent test interference -- refs #11505Thomas Chaumeny2014-12-111-0/+8
|
* Fixed #18586 -- Split up model_package.ModelPackageTests.Alexander Shchapov2014-12-011-11/+21
|
* Fixed #19671 -- Added warnings that null and validators are ignored for ↵Anubhav Joshi2014-07-092-4/+2
| | | | | | ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review.
* Fixed several typos in DjangoAlex Gaynor2014-05-281-3/+3
|
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+2
|
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
|
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #14007 -- Added model discovery in models module without the need to ↵Tim Graham2013-07-163-9/+0
| | | | | | specify app_label. Thanks mark@ and Aramgutang for work on the patch.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+99