Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_package
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Thomas Chaumeny2014-12-111-0/+8
| | | | interference -- refs #11505
* Fixed #18586 -- Split up model_package.ModelPackageTests.Alexander Shchapov2014-12-011-11/+21
|
* Fixed #19671 -- Added warnings that null and validators ↵Anubhav Joshi2014-07-092-4/+2
| | | | | | are ignored for ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review.
* Fixed several typos in DjangoAlex Gaynor2014-05-291-3/+3
|
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+2
|
* Removed unneeded imports in tests's __init__.py and ↵Florian Apolloner2013-09-091-1/+0
| | | | unified them.
* 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 ↵Tim Graham2013-07-173-9/+0
| | | | | | without the need to 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