yourlabs / django-cities-light

A simple app providing three models: Country, Region and City model. Also provided, a command to insert or update data from geonames database dumps. Status: stable.
http://django-cities-light.rtfd.org/
MIT License
335 stars 126 forks source link

Call for contribution: region support (or improve USA support) #11

Closed jpic closed 12 years ago

jpic commented 12 years ago

It would be great to have regions because in USA, many countries have the same name in different states.

If someone could add region support at the model level, i can update the autocomplete widget stuff to support it.

jpic commented 12 years ago

Fixed