coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
921 stars 375 forks source link

Add Continent Models #120

Closed blag closed 8 years ago

blag commented 8 years ago

This also allows the user to override the imported continent data before the initial migration (in the CITIES_CONTINENT_DATA variable).

blag commented 8 years ago

Bump.

yetanotherape commented 8 years ago

Hi! There is a strange import caching.base in cities/migrations/0002_continent_models_and_foreign_keys.py that broke migrations.

blag commented 8 years ago

@yetanotherape: Thanks for noticing, this is fixed in master.

I'm going to try to create tests for this project in the coming weeks and integrate Travis-CI. Once that's done, little one-off issues like this should be caught before merging.

yetanotherape commented 8 years ago

@blag Thanks!