summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/complex_app
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-074-5/+4
|
* Reverted "Refs #23919 -- Removed obsolete __init__.py files in management ↵René Fleschenberg2020-06-012-0/+0
| | | | | | | | command directories." This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2. https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
* Refs #23919 -- Removed obsolete __init__.py files in management command ↵я котик пур-пур2018-01-032-0/+0
| | | | directories.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
|
* Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin2014-01-013-0/+7
|
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+0
|
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-232-0/+2
|
* Removed most of absolute_import importsClaude Paroz2013-07-292-4/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+30