Opened 14 years ago
Closed 12 years ago
#13838 closed New feature (invalid)
Enhancements to Japanese localflavor module
Reported by: | Ian Lewis | Owned by: | nobody |
---|---|---|---|
Component: | contrib.localflavor | Version: | 1.2 |
Severity: | Normal | Keywords: | localflavorsplit |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | yes | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
This is a patch for the Japanese localflavor module that fixes a long standing problem with the ordering of the JPPrefectureSelect widget and adds new form fields for doing common validation on Japanese text.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | localflavor_jp.patch added |
---|
comment:1 by , 14 years ago
Needs documentation: | set |
---|---|
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Accepted |
Patch needs to be updated to use unittests, not doctests, and requires documentation of the new features. Once that change has been made, feel free to bump to ready to checkin.
Unfortunately, this has just missed the 1.3 feature freeze, so we can't add the new form fields for the 1.3 release. However, the prefecture re-organization can be handled as a bugfix, so if you split that into a separate ticket and patch, that can be included for 1.3.
comment:2 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:3 by , 13 years ago
Easy pickings: | unset |
---|---|
Needs tests: | set |
UI/UX: | unset |
comment:4 by , 12 years ago
Keywords: | localflavorsplit added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
django.contrib.localflavor
is now deprecated — see https://docs.djangoproject.com/en/dev/ref/contrib/localflavor/
A repository was created for each localflavor at https://github.com/django/django-localflavor-? (Replace with the country code.)
If you're still interested in this ticket, could you create a pull request on that repository?
Sorry for not resolving this issue earlier, and thanks for your input!
A patch that enhances the Japanese localflavor module.