Opened 16 years ago
Closed 13 years ago
#11768 closed New feature (invalid)
Localflavor for Venezuela
| Reported by: | marcoslhc | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.localflavor | Version: | 1.1 |
| Severity: | Normal | Keywords: | Venezuela, localflavorsplit |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | yes | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | no |
Description
Here is some code for localflavor.ve
Includes:
State Selection
Validation for Postal Code
Validation for CI (Identity Document)
Validation for RIF (Tax Id)
Attachments (2)
Change History (9)
by , 16 years ago
comment:1 by , 16 years ago
by , 16 years ago
| Attachment: | ve_states.py added |
|---|
follow-up: 3 comment:2 by , 16 years ago
| Has patch: | set |
|---|---|
| Needs tests: | set |
| Patch needs improvement: | set |
| Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
Replying to Alex:
Please provide all files as a single diff from the root of the Django source tree. Also, I noticed you forgot to upload the tests.
Sorry. I'm new to django, and to contribute code at all :). I understand I need a Commit access to upload the code. Thanks.
comment:4 by , 15 years ago
| Severity: | → Normal |
|---|---|
| Type: | → New feature |
comment:7 by , 13 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/).
If you'd like, I encourage you to create a django-localflavor- (where is your country code), following the template of all the other django-localflavor- packages. See http://github.com/django for the list.
Once that's done, we can link to it from the documentation.
Thanks for your understanding!
Please provide all files as a single diff from the root of the Django source tree. Also, I noticed you forgot to upload the tests.