stephenmuss / django-ios-notifications

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

removed EncryptedCharField dependency #81

Open nfiacco opened 7 years ago

nfiacco commented 7 years ago

no need to modify BaseService due to optional passphrase argument

stephenmuss commented 7 years ago

Wouldn't this be a breaking change for anyone currently using a passphrase?

I agree it would be good to get rid of the EncryptedCharField dependency but I don't want to necessarily break existing implementations.