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
/
runserver.py
Age
Commit message (
Expand
)
Author
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2017-12-20
Fixed #28941 -- Fixed crash in testserver command startup.
Tim Graham
2017-10-20
Removed redundant inner imports.
Mariusz Felisiak
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-27
Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.
Ed Morley
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-09
Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...
David Sanders
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2015-12-21
Fixed #25855 -- Enhanced the migration warning for runserver.
Emre Yilmaz
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-05-13
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
Claude Paroz
2015-05-12
Allowed runserver sublcasses to easily override the default port.
Matt Robenolt
2015-03-09
Made runserver use leave_locale_alone
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-19
Refs #16905 -- Replaced call to removed method in runserver
R3v1L
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
[next]