cordery / django-countries-plus

Django model & fixture representing all top level country data from Geonames.org
MIT License
45 stars 23 forks source link

Fixes Geonames file format error #9

Closed nunobarbosa closed 8 years ago

nunobarbosa commented 8 years ago

The bugs occurred when countries had the area field filled with values with more than 1 decimal case (i.e.: Monaco) or the area string was bigger than 7 characters (e.g.: Antarctica).

The fix comprises of updating the models.py and adding a new migration.