﻿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
15112	runserver shows wrong IPv6 notation as address if started with -6 option, without giving a specific address to bind to	Elmar Athmer	nobody	"If you use {{{ ./manage.py runserver -6 }}} django prints

{{{ Development server is running at http://::1:8000/ }}} - but the proper address is http://[::1]:8000. The url is only printed properly if the runserver command is started with a specific IP address, e.g.: {{{ ./manage.py runserver [::1]:8000 }}}."		closed	django-admin.py runserver	dev		fixed			Ready for checkin	1	0	0	0	0	0
