coderholic / django-cities

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

Remove b prefix to strings in migrations. #102

Closed cdvv7788 closed 8 years ago

cdvv7788 commented 8 years ago

In python 2 they should be ignored. In python 3 it does not seem to be a requirement for migrations. In fact in python 3 it was forcing a migration to a version without prefix. May be a good idea to merge #84 before to make sure that it does not break for Python2 nor Python3.