coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
920 stars 374 forks source link

Django 2.0 #188

Closed blag closed 6 years ago

blag commented 6 years ago

Supersedes #185.

tony commented 6 years ago

There are passing tests on Travis-CI that show up as failing.

dlionel commented 6 years ago

Happy new year! Is there anything I can do to help with the merge?

blag commented 6 years ago

Happy New Year @dlionel!

Yes, you can help out! Please test the code from this PR. I'm specifically looking for two cases, maybe you can help me out:

  1. Existing models from a Django 1.x installation. Migration 0011 should work just fine, but it might not.
  2. Creating a Django 2.0 installation from scratch. All migrations have to work for Django 1.x and Django 2.0, so I'd like to make sure migration 0011 isn't broken for Django 2.0 users.

If you can test either or both of those cases I would greatly appreciate it.

Let me know if you run into any issues during testing and I'll try to help you debug issues as best I can.

jkariscodes commented 5 years ago

Thanks for this info.