django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
825 stars 289 forks source link

CIF validator for es #60

Closed notescat closed 10 years ago

notescat commented 10 years ago

In Spain we have bussiness with J letter on CIF, the type of bussiness is SCP (example http://www.tresmanagers.com/aviso-legal/).

For full functionally of CIF validator, you have to insert J in in es/forms.py, self.cif_types.

I tested in my local web (in development) and function ok.

mxsasha commented 10 years ago

I'm having a bit of difficulty to work out exactly what you mean. Could you perhaps make a pull request with the change you suggest?