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.
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.