#8727 closed (fixed)
Documentation link to Italian SSN is broken
Reported by: | Richard Barran | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | 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
In the new docs, http://docs.djangoproject.com/en/dev/ref/contrib/localflavor/#italy-it, the link for 'Italian social security number' returns a 404.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | codice-fiscale.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
The correct location is found by searching for "Informazioni sulla codificazione delle persone fisiche" at http://www.agenziaentrate.it/, as indicated in the comment in django.contrib.localflavor.it.forms.ITSocialSecurityNumberField
. (Optionally comparing to the last version at the old address that archive.org knows about for the paranoid...)
The patch above updates the URL.
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Update the docs to use the correct URL.