#14349 closed (fixed)
Add Belgium (be) localflavor
Reported by: | laurentluce | Owned by: | laurentluce |
---|---|---|---|
Component: | contrib.localflavor | Version: | dev |
Severity: | Keywords: | localflavor belgium | |
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
Should include post code, phone numbers and provinces.
Attachments (5)
Change History (14)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 14 years ago
Attachment: | be_localflavor.diff added |
---|
comment:3 by , 14 years ago
Has patch: | set |
---|
by , 14 years ago
Attachment: | be_localflavor.2.diff added |
---|
add support for 0xxxxxxxx, 04xxxxxxxx phone number format. Wrap long lines.
comment:4 by , 14 years ago
One more thing, you might want to switch from doctests to unittests.
It has come up on the mailing list once before in a message from Alex.
comment:5 by , 14 years ago
Patch needs improvement: | set |
---|
We're in the process of trying to purge the doctests from our test suite. We're trying to avoid adding doctests if at all possible, and doctests for completely new functionality are one of those things that are easy to avoid.
by , 14 years ago
Attachment: | be_localflavor.3.diff added |
---|
3rd version - add unittests instead of doctests
comment:6 by , 14 years ago
Patch needs improvement: | unset |
---|
- Replaced doctests by unittests.
- Modified tests/regressiontests/forms/tests.py to import BE localflavor unit tests properly
- Add my name to AUTHORS
comment:7 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Patch looks good; marking RFC.
by , 14 years ago
Attachment: | be_localflavor.5.diff added |
---|
update docs and unit tests for phone number with dots in format as seen in use in Belgium
comment:8 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
patch contains the following: