bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

Adding support for Django 1.7 Migrations #25

Closed bradmontgomery closed 9 years ago

bradmontgomery commented 9 years ago

This adds support for the new migrations that appear in Django 1.7. The older, south migrations have been moved into a south_migrations directory, which according the docs is where south 1.0 will look for them.

As long as users are using South 1.0, this change should work for Django 1.7 and (supported) earlier versions.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-12.34%) to 87.66% when pulling 794f7786755abdedbe56200b061b518b78acdfb7 on bradmontgomery:develop into d138c7cabcc4f1042f2adb62417167e72778a831 on bogdal:develop.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-12.34%) to 87.66% when pulling 794f7786755abdedbe56200b061b518b78acdfb7 on bradmontgomery:develop into d138c7cabcc4f1042f2adb62417167e72778a831 on bogdal:develop.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-12.34%) to 87.66% when pulling 794f7786755abdedbe56200b061b518b78acdfb7 on bradmontgomery:develop into d138c7cabcc4f1042f2adb62417167e72778a831 on bogdal:develop.

bradmontgomery commented 9 years ago

If you accept this, it might be worthwhile getting travis to build on Django 1.6 and 1.7; Coverage shouldn't decrease, then.

bogdal commented 9 years ago

Awesome, thanks.