summaryrefslogtreecommitdiff
path: root/django/core/management/commands/runserver.py
AgeCommit message (Expand)Author
2026-01-26Fixed #36776 -- Clarified dev server runs in WSGI mode.jafarkhan83
2025-03-21Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANG...Johanan Oppong Amoateng
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-08-12Refs #35591 -- Removed hardcoded "stable" version in runserver warning.Mariusz Felisiak
2024-08-09Fixed #35591 -- Added unsuitable for production console warning to runserver.Andrew Miller
2024-03-01Made runserver close database connections from migration checks.Florian Apolloner
2023-02-10Fixed #32813 -- Made runserver display port after binding.Dhanush
2022-10-04Fixed #34068 -- Corrected output of runserver command for "0" IP address.Dhanush
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-01-18Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2017-12-20Fixed #28941 -- Fixed crash in testserver command startup.Tim Graham
2017-10-20Removed redundant inner imports.Mariusz Felisiak
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-01-27Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.Ed Morley
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-09Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...David Sanders
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2015-12-21Fixed #25855 -- Enhanced the migration warning for runserver.Emre Yilmaz
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-05-13Fixed #24742 -- Made runserver.check_migrations ignore read-only databasesClaude Paroz
2015-05-12Allowed runserver sublcasses to easily override the default port.Matt Robenolt
2015-03-09Made runserver use leave_locale_aloneClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-19Refs #16905 -- Replaced call to removed method in runserverR3v1L
2014-12-02Tweaked fix for refs #23946; thanks Claude.Tim Graham
2014-12-02Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.Andriy Sokolovskiy
2014-10-22Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-14Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
2014-06-14Converted remaining management commands to argparseClaude Paroz