Opened 15 years ago

Closed 11 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)

forms.py (3.8 KB ) - added by marcoslhc 15 years ago.
ve_states.py (795 bytes ) - added by marcoslhc 15 years ago.

Download all attachments as: .zip

Change History (9)

by marcoslhc, 15 years ago

Attachment: forms.py added

comment:1 by marcoslhc, 15 years ago

by marcoslhc, 15 years ago

Attachment: ve_states.py added

comment:2 by Alex Gaynor, 15 years ago

Has patch: set
Needs tests: set
Patch needs improvement: set
Triage Stage: UnreviewedAccepted

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.

in reply to:  2 comment:3 by marcoslhc, 15 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 Peter Baumgartner, 13 years ago

Severity: Normal
Type: New feature

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Aymeric Augustin, 11 years ago

Keywords: localflavorsplit added
Resolution: invalid
Status: newclosed

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!

Note: See TracTickets for help on using tickets.
Back to Top