Skip to content

Commit

Permalink
FIX: uuid was not being sent in user pref serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbannon committed Sep 1, 2016
1 parent 7c45422 commit 1d0cc0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rodan/serializers/userpreference.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ class Meta:
model = UserPreference
fields = ('url',
'user',
'send_email')
'uuid',
'send_email')

0 comments on commit 1d0cc0e

Please sign in to comment.