Opened 19 years ago
Closed 18 years ago
#3986 closed (fixed)
Add Indian Localflavour
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.localflavor | Version: | dev | 
| Severity: | Keywords: | localflavor, l10n, in, ind | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | yes | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Patch to add a module to django.contrib.localflavor for India: INStateSelect and INZipCodeField.
note: The directory name is ind instead of two letter in as it conflicts with python keyword in. 
Attachments (2)
Change History (12)
by , 19 years ago
| Attachment: | indianlocalflavour.diff added | 
|---|
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin | 
|---|
comment:2 by , 19 years ago
| Needs tests: | set | 
|---|---|
| Patch needs improvement: | set | 
To comply with PEP8, the name of this module should be 'in_', not 'ind'.
comment:3 by , 19 years ago
| Triage Stage: | Ready for checkin → Accepted | 
|---|
by , 18 years ago
| Attachment: | in_localflavor.diff added | 
|---|
renamed ind/ to in_/ in the original patch to comply with PEP8
comment:4 by , 18 years ago
| Patch needs improvement: | unset | 
|---|---|
| Triage Stage: | Accepted → Ready for checkin | 
comment:5 by , 18 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:6 by , 18 years ago
| Resolution: | fixed | 
|---|---|
| Status: | closed → reopened | 
Malcolm, you did apply the patch in django/contrib/in_ , not in django/contrib/localflavor/in_ . Is that intentional?
comment:8 by , 18 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | reopened → closed | 
comment:9 by , 18 years ago
| Resolution: | fixed | 
|---|---|
| Status: | closed → reopened | 
My fault sorry - should have updated the patch to the right dir. Malcolm - the in_ dir. is still in django/contrib/ but empty. Can this be removed?
comment:10 by , 18 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | reopened → closed | 
Already well ahead of me - fixed in [5879]
initial diff file attached.