#15112: runserver shows wrong IPv6 notation as address if started with -6 option, without giving a specific address to bind to ---------------------------------------+------------------------------------ Reporter: oxy | Owner: nobody Status: new | Milestone: Component: django-admin.py runserver | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------------------+------------------------------------ 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 }}}. -- Ticket URL: <http://code.djangoproject.com/ticket/15112> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.