Opened 12 years ago

Closed 12 years ago

#17614 closed New feature (invalid)

Fields for django.contrib.localflavor.ar

Reported by: César H. Roldán Owned by: nobody
Component: contrib.localflavor Version: 1.3
Severity: Normal Keywords: fields, models, localflavor, argentina, localflavorsplit
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: yes
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I attached a models.py file to add in django.contrib.localflavor.ar

This file has the same Fields as forms.py but it's to use in models.

Attachments (1)

models.py.patch (2.7 KB ) - added by César H. Roldán 12 years ago.

Download all attachments as: .zip

Change History (3)

by César H. Roldán, 12 years ago

Attachment: models.py.patch added

comment:1 by Ramiro Morales, 12 years ago

Needs documentation: set
Needs tests: set
Triage Stage: UnreviewedDesign decision needed

comment:2 by Aymeric Augustin, 12 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/

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!

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