#15112 closed (fixed)
runserver shows wrong IPv6 notation as address if started with -6 option, without giving a specific address to bind to
| Reported by: | Elmar Athmer | Owned by: | nobody |
|---|---|---|---|
| Component: | django-admin.py runserver | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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 .
Attachments (2)
Change History (6)
by , 15 years ago
| Attachment: | ipv6_address_notation.diff added |
|---|
comment:1 by , 15 years ago
| milestone: | → 1.3 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
sets the variable used to determine if the address should be surrounded by brackets