django-localflavor icon indicating copy to clipboard operation
django-localflavor copied to clipboard

Country-specific Django helpers, formerly of contrib fame

Results 32 django-localflavor issues
Sort by recently updated
recently updated
newest added

Adding state level localflavors: adding New York State Counties first.

enhancement

Added Postal code areas of GB and its crown dependencies. Source: https://en.wikipedia.org/wiki/List_of_postcode_areas_in_the_United_Kingdom

I don't know if this is something that we want to add to localflavor, but in any case... On Brazil, there are govern issued bank codes for each bank operating...

Modification: - [x] Update `PROVINCE_CHOICES` in **localflavor/id_/id_choices.py** to comply with official codes issued by Indonesian internal affair ministry - [x] Update **test/test_id.py**

I'd like to use this library but besides just selecting a State with the VA / Virginia I'd like to have a slug version for using in URLs so just...

Hi and thanks for the great work with django-localflavor. We are currently using RFCs from Mexico in our app. We found a weird RFC (ACE900319JT9) that fails with invalid checksum...

The use case is having a country selector and then based upon the country that is selected displaying a `select` input field for the regions for that country. I am...

enhancement

I have added the following alternative choice options to `se_counties.py`: `NUMERICAL_COUNTY_CODE_CHOICES` contains the numerical two-digit couty codes which has more or less replaced the alphabetical codes nowadays. Also, these numerical...

enhancement

There aren't support for Cuba, I'll add the corresponding features in order to contribute with the community.

As discussed in [#263](https://github.com/django/django-localflavor/pull/263) deprecate `*_validator` methods in favor of class type validators. Example `eik_validator`