stephenmuss / django-ios-notifications

Django iOS Notifications makes it easy to send push notifications to iOS devices
Other
230 stars 72 forks source link

Add support for latest version of Django (1.9) #72

Closed hairychris closed 8 years ago

hairychris commented 8 years ago

Django==1.9.4

hairychris commented 8 years ago

This seems to fail when trying to import 'south' for old school migrations. I'll take a quick look at fixing this and post here.

hairychris commented 8 years ago

Ok I'm going to have to upgrade the migrations, I will move the existing migrations to /south_migrations and create new ones for later versions at /migrations this will cause users to either have to upgrade to Django 1.7 or add a line to their settings file. I will of course update the documentation accordingly.

stephenmuss commented 8 years ago

Thanks @hairychris. Closes #58.