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
/
testserver.py
Age
Commit message (
Expand
)
Author
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2023-07-27
Simplified call_command() calls.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-04-04
Fixed #24571 -- Restored testserver positional arguments parsing
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
More attacking E302 violators
Alex Gaynor
2012-05-15
Fixed #18019 -- Use threaded runserver only when database supports it.
Claude Paroz
2011-10-23
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...
Julien Phalip
2010-11-26
Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...
Jannis Leidel
2010-06-21
Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to...
Russell Keith-Magee
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2007-09-14
Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t...
Adrian Holovaty
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-08-16
Added 'django-admin.py testserver' command and docs
Adrian Holovaty