index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_scripts
/
complex_app
Age
Commit message (
Collapse
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management ↵
René Fleschenberg
command directories." This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2. https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command ↵
я котик пур-пур
directories.
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-01-01
Fixed #21018 -- Reversed precedence order for management commands.
Aymeric Augustin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner