Opened 12 years ago
Closed 12 years ago
#18873 closed Bug (fixed)
Broken link to ISO 3166 country codes
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Link to ISO 3166 country codes in the second paragraph on this page is broken:
https://docs.djangoproject.com/en/1.4/ref/contrib/localflavor/#module-django.contrib.localflavor
It currently points to:
Looks like the correct URL is:
http://www.iso.org/iso/home/standards/country_codes/country_names_and_code_elements.htm
Note:
See TracTickets
for help on using tickets.
Backported 8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85 from master which fixed this.