summaryrefslogtreecommitdiff
path: root/django/core/management/commands/runserver.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32813 -- Made runserver display port after binding.Dhanush2023-02-101-25/+21
* Fixed #34068 -- Corrected output of runserver command for "0" IP address.Dhanush2022-10-041-1/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-51/+70
* Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja2021-08-311-0/+1
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani2021-01-181-2/+7
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-1/+1
* Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag2020-04-271-1/+1
* Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani2019-10-291-1/+2
* Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen2019-09-241-4/+0
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-1/+1
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-1/+1
* Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes2019-01-131-1/+1
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-1/+1
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-131-1/+0
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-1/+0
* Fixed #28941 -- Fixed crash in testserver command startup.Tim Graham2017-12-201-0/+1
* Removed redundant inner imports.Mariusz Felisiak2017-10-201-2/+0
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-3/+3
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-2/+1
* Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan2017-02-211-6/+2
* Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.Ed Morley2017-01-271-1/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-4/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...David Sanders2017-01-091-3/+8
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-8/+16
* Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne2016-03-051-6/+7
* Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni2016-02-121-35/+2
* Fixed #25855 -- Enhanced the migration warning for runserver.Emre Yilmaz2015-12-211-3/+11
* Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-291-0/+4
* Fixed #24742 -- Made runserver.check_migrations ignore read-only databasesClaude Paroz2015-05-131-5/+13
* Allowed runserver sublcasses to easily override the default port.Matt Robenolt2015-05-121-2/+4
* Made runserver use leave_locale_aloneClaude Paroz2015-03-091-10/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+6
* Refs #16905 -- Replaced call to removed method in runserverR3v1L2015-01-191-1/+1
* Tweaked fix for refs #23946; thanks Claude.Tim Graham2014-12-021-2/+2
* Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.Andriy Sokolovskiy2014-12-021-2/+2
* Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer2014-10-221-0/+8
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+3
* Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz2014-08-141-1/+2
* Converted remaining management commands to argparseClaude Paroz2014-06-141-20/+18
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Fixed #21856: Don't crash runserver when DATABASES = {}Andrew Godwin2014-02-121-1/+5
* Reverting unapplied migrations check away from being a system-level check.Andrew Godwin2014-02-121-0/+14
* Remove check_migrations from the runserver command and use the new checks fra...mlavin2014-02-081-14/+0
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-2/+2
* Migrate prompts if you need makemigrations, runserver prompts for migrateAndrew Godwin2013-12-041-1/+13