index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
runserver.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #32813 -- Made runserver display port after binding.
Dhanush
2023-02-10
1
-25
/
+21
*
Fixed #34068 -- Corrected output of runserver command for "0" IP address.
Dhanush
2022-10-04
1
-1
/
+8
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-51
/
+70
*
Fixed #25264 -- Allowed suppressing base command options in --help output.
Jan Szoja
2021-08-31
1
-0
/
+1
*
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-29
1
-1
/
+1
*
Fixed #32296 -- Added --skip-checks option to runserver command.
Hasan Ramezani
2021-01-18
1
-2
/
+7
*
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-21
1
-1
/
+1
*
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-27
1
-1
/
+1
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-1
/
+2
*
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-24
1
-4
/
+0
*
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-13
1
-1
/
+1
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-1
/
+1
*
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2019-01-13
1
-1
/
+1
*
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-22
1
-1
/
+1
*
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-05-13
1
-1
/
+0
*
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-02-01
1
-1
/
+0
*
Fixed #28941 -- Fixed crash in testserver command startup.
Tim Graham
2017-12-20
1
-0
/
+1
*
Removed redundant inner imports.
Mariusz Felisiak
2017-10-20
1
-2
/
+0
*
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-04-01
1
-3
/
+3
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-2
/
+1
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-6
/
+2
*
Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.
Ed Morley
2017-01-27
1
-1
/
+3
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
1
-1
/
+1
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-4
/
+2
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...
David Sanders
2017-01-09
1
-3
/
+8
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-8
/
+16
*
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-05
1
-6
/
+7
*
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-12
1
-35
/
+2
*
Fixed #25855 -- Enhanced the migration warning for runserver.
Emre Yilmaz
2015-12-21
1
-3
/
+11
*
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-08-29
1
-0
/
+4
*
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
Claude Paroz
2015-05-13
1
-5
/
+13
*
Allowed runserver sublcasses to easily override the default port.
Matt Robenolt
2015-05-12
1
-2
/
+4
*
Made runserver use leave_locale_alone
Claude Paroz
2015-03-09
1
-10
/
+4
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-7
/
+6
*
Refs #16905 -- Replaced call to removed method in runserver
R3v1L
2015-01-19
1
-1
/
+1
*
Tweaked fix for refs #23946; thanks Claude.
Tim Graham
2014-12-02
1
-2
/
+2
*
Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Andriy Sokolovskiy
2014-12-02
1
-2
/
+2
*
Fixed #23107 -- Made runserver output respect --no-color.
Loic Bistuer
2014-10-22
1
-0
/
+8
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+3
*
Fixed #23265 -- Used system-specific encoding in runserver
Claude Paroz
2014-08-14
1
-1
/
+2
*
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
1
-20
/
+18
*
Fixed several typos in Django
Alex Gaynor
2014-05-28
1
-1
/
+1
*
Fixed #21856: Don't crash runserver when DATABASES = {}
Andrew Godwin
2014-02-12
1
-1
/
+5
*
Reverting unapplied migrations check away from being a system-level check.
Andrew Godwin
2014-02-12
1
-0
/
+14
*
Remove check_migrations from the runserver command and use the new checks fra...
mlavin
2014-02-08
1
-14
/
+0
*
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-20
1
-2
/
+2
*
Migrate prompts if you need makemigrations, runserver prompts for migrate
Andrew Godwin
2013-12-04
1
-1
/
+13
[next]