﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34452	Report the correct port when using port 0 with runserver	Gergely Kalmár	nobody	"When starting runserver on port 0 the operating system assigns an available random-ish port number, however, this port number is not shown in the information section:

{{{
$ ./manage runserver 0
Performing system checks...

System check identified no issues (0 silenced).
March 31, 2023 - 20:10:05
Django version 4.1.7, using settings '...'
Starting development server at http://127.0.0.1:0/
Quit the server with CONTROL-C.
}}}

Note that the shown development server URL is invalid – the actual port used is not going to be zero."	Bug	closed	Core (Management commands)	4.1	Normal	duplicate			Unreviewed	0	0	0	0	0	0
