index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
startproject.py
Age
Commit message (
Expand
)
Author
2025-10-13
Replaced multi-level relative imports with absolute imports in django/.
lyova24
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-11
Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...
Artem Kosenko
2017-05-30
DRY'd startapp and startproject management commands.
Adam Johnson
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-11
Added a function for SECRET_KEY generation logic.
Roberto Rosario
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-05-22
the SECRET_KEY is not a hash
Thomas Grainger
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-01-24
Fixed #19125 -- The startproject command should validate the name earlier
Claude Paroz
2012-02-23
Cleanup to use get_random_string consistently.
Paul McMillan
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-10-13
Fixed #15372 -- Switched to a startproject default layout that allows us to a...
Carl Meyer
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-06-16
Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' chec...
Adrian Holovaty
2008-03-19
Fixed #6789 -- Added some small amount of extra protection for learners trying
Malcolm Tredinnick
2007-08-31
Fixed #5307 -- startproject/startapp now makes sure all files it creates are ...
Adrian Holovaty
2007-08-16
Fixed bug in django.core.management.base.copy_helper, related to refactoring ...
Adrian Holovaty
2007-08-16
Improved error handling for management.py commands, especially for no argumen...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty