rakanalh / django-pushy

Your push notifications handled at scale.
MIT License
168 stars 16 forks source link

Fixes #39 where an existing device might exist with the canonical id. #40

Closed wolfhechel closed 8 years ago

wolfhechel commented 8 years ago

This fix wraps the key to canonical_id update process to deal with IntegrityErrors that will raise in case the canonical ID has already been added from a device.

rakanalh commented 8 years ago

Looks great... thanks for contributing the change.

I'll merge this tonight.