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

Adding US State Level localflavors

Open igorzelenberg opened this issue 9 years ago • 3 comments

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

igorzelenberg avatar Dec 10 '14 18:12 igorzelenberg

Looking over Travis CI build errors.

igorzelenberg avatar Dec 10 '14 19:12 igorzelenberg

Fixed the breaks (submitting new pull request)

igorzelenberg avatar Dec 11 '14 15:12 igorzelenberg

I actually found this issue when looking for any discussion on counties.

I can imagine a state-level field working for state governments and highly regulated industries like insurance, but not much else. That isn't to say it shouldn't be merged (in fact the county data can be leveraged in a more widely-used model), but doesn't make a strong case for it either.

I suspect most people need a national county field that cross-filters on state. At minimum, some kind of back-end validation could be added, but a useful field would really require some form magic. I have a feeling that kind of functionality is out-of-scope for this package so it's probably a lost cause (though I too want/need it).

ambsw-technology avatar Apr 06 '20 22:04 ambsw-technology