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

Not compatible with django 1.9 #41

Closed Northshoot closed 8 years ago

Northshoot commented 8 years ago

since dependency on tasty, the gcm is not compatible with 1.9 due to https://github.com/django-tastypie/django-tastypie/issues/1395

Moreover, as disscussed there, get_cache has been removed from django, which is used by tasty

It does work with version django-tastypie-0.12.2.dev0 which is not in the pip repo. The dependencies could be updated.

Akcps commented 8 years ago

unable to use django-gcm for the same reason

bogdal commented 8 years ago

django-gcm 1.2.0 supports Django 1.9 :ship: