Opened 16 years ago
Closed 12 years ago
#7994 closed New feature (invalid)
Dutch Bank Account Number Field
Reported by: | Rudolph Froger | Owned by: | nobody |
---|---|---|---|
Component: | contrib.localflavor | Version: | dev |
Severity: | Normal | Keywords: | localflavorsplit |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
I created a Dutch Bank Account Number Field to the Dutch localflavor and also included tests.
Attachments (4)
Change History (12)
by , 16 years ago
Attachment: | DutchBankAccountNumberField.diff added |
---|
by , 16 years ago
Attachment: | DutchBankAccountNumberField.2.diff added |
---|
Removed a typo and altered the comments.
by , 16 years ago
Attachment: | DutchBankAccountNumberField.3.diff added |
---|
Removed a typo and altered the comments (sorry, previous patch did not change anything)
by , 16 years ago
Attachment: | DutchBankAccountNumberField.4.diff added |
---|
Finally the correct patch, sorry for the noise.
comment:1 by , 16 years ago
milestone: | → 1.0 maybe |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:2 by , 16 years ago
milestone: | 1.0 maybe → post-1.0 |
---|---|
Triage Stage: | Design decision needed → Accepted |
comment:5 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:6 by , 14 years ago
Easy pickings: | unset |
---|---|
Patch needs improvement: | set |
The tests would need to be rewritten using unittests since this is now Django's preferred way.
comment:8 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!
Removed a typo and altered the comments.