- 105: Drop LazyProgressBar, patch was accepted upstream by max-arnold,
- 104: Better feature code filtering by max-arnold,
- 100, 96: The mistery about migrations appearing in some
environments but not others has been solved: it was due to the
presence of b'' in migration files. A new test was added to fail if
django wants to create new migrations in any environment.
- Phone number was required to create a country, it's not anymore.
- Support Django 1.7 to 1.9, thanks suquant for helping,
- Support for 1.7 will drop when 1.10 is released, unless someone
contributes compatibility in cities_light options declaration,
- Bugfix in import: some search names would not be generated in some
cases due to unpredictability of the iteration order on
translation_data.items()
- Test with django-dbdiff are much faster than importing the whole data
- Tox for testing, coverage