Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when using gcm serializer as a nested serializer. #273

Merged

Conversation

jamaalscarlett
Copy link
Member

When the serializer is nested the unique validator on registration_id
does not behave correctly. This is a known issue with DRF
see: encode/django-rest-framework#2403

Added missing allow_null to device_id field

Fixes #270

@jamaalscarlett jamaalscarlett force-pushed the fix_gcm_rest_validation branch from 038d7f9 to c86a2b2 Compare January 21, 2016 16:37
@jleclanche
Copy link
Member

gtm but please fix the issue ref from jleclanche#270 to #270 in the message first.

When the serializer is nested the unique validator on registration_id
does not behave correctly.  This is a known issue with DRF
see: encode/django-rest-framework#2403

Added missing allow_null to device_id field

Fixes jazzband#270
@jamaalscarlett jamaalscarlett force-pushed the fix_gcm_rest_validation branch from c86a2b2 to d16c797 Compare January 22, 2016 15:58
@jamaalscarlett jamaalscarlett merged commit d16c797 into jazzband:master Jan 22, 2016
@jamaalscarlett jamaalscarlett deleted the fix_gcm_rest_validation branch February 14, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants