Fixed migrations

This commit is contained in:
Fergal Moran
2015-08-12 23:12:43 +01:00
parent a8292b621c
commit 1b76a08170
6 changed files with 607 additions and 22 deletions

View File

@@ -463,6 +463,8 @@ class NotificationSerializer(serializers.HyperlinkedModelSerializer):
'from_user',
'verb',
'target',
'target_desc',
'type',
'date',
'accepted_date',
)