index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
runserver.py
Age
Commit message (
Expand
)
Author
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-12-02
Tweaked fix for refs #23946; thanks Claude.
Tim Graham
2014-12-02
Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Andriy Sokolovskiy
2014-10-22
Fixed #23107 -- Made runserver output respect --no-color.
Loic Bistuer
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-14
Fixed #23265 -- Used system-specific encoding in runserver
Claude Paroz
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-02-12
Fixed #21856: Don't crash runserver when DATABASES = {}
Andrew Godwin
2014-02-12
Reverting unapplied migrations check away from being a system-level check.
Andrew Godwin
2014-02-08
Remove check_migrations from the runserver command and use the new checks fra...
mlavin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-04
Migrate prompts if you need makemigrations, runserver prompts for migrate
Andrew Godwin
2013-11-30
Fixed #21358 -- Allowed runserver on non-English locales
Claude Paroz
2013-09-22
Fixed "Address already in use" from liveserver.
Florian Apolloner
2013-06-09
Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.
Tim Graham
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-02-01
Avoided ambiguous output when runserver port is already in use.
Aymeric Augustin
2012-10-10
Fixed error output from runserver
Claude Paroz
2012-09-10
Fixed #18611 -- Display current date/time when running runserver
Mike Grouchy
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-10
Fixed #17820 -- Fixed more occurrences of redundant handling of management co...
Ramiro Morales
2011-10-23
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...
Julien Phalip
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer
2011-06-17
Fixed help message introduced in r16427.
Jannis Leidel
2011-06-17
Fixed #16099 -- Enabled threading for the runserver management command and ad...
Jannis Leidel
2011-01-27
Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...
Russell Keith-Magee
2011-01-15
Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...
Russell Keith-Magee
2010-11-26
Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...
Jannis Leidel
2010-11-13
Refactored runserver command and moved code related to staticfiles to a subcl...
Jannis Leidel
2010-11-13
Fixed a few typos introduced in r14533.
Jannis Leidel
2010-11-11
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
Jannis Leidel
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
2009-07-29
SECURITY ALERT: Corrected a problem with the Admin media handler that could l...
Russell Keith-Magee
2008-08-30
Fixed #8702 -- Set up the initial locale correctly for the development server.
Malcolm Tredinnick
2007-10-13
Removed unneeded use of `len()` in a couple expressions.
Gary Wilson Jr
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-08-27
Changed 'validate' and 'runserver' management commands to display the number ...
Adrian Holovaty
2007-08-25
Fixed #5224 -- Corrected name of admin media option in management runserver c...
Russell Keith-Magee
2007-08-16
Added shutdown_message to runserver command -- a hook for specifying a messag...
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