Skip to content

Commit

Permalink
Remove the unused section field "created_by" from section serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Weiss committed Nov 29, 2016
1 parent 0d4a6a3 commit b7bb684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion democracy/views/section.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Meta:
model = Section
fields = [
'id', 'type', 'commenting', 'voting', 'published',
'title', 'abstract', 'content', 'created_at', 'created_by', 'images', 'n_comments',
'title', 'abstract', 'content', 'created_at', 'images', 'n_comments',
'type_name_singular', 'type_name_plural',
'plugin_identifier', 'plugin_data', 'plugin_iframe_url', 'plugin_fullscreen',
]
Expand Down

0 comments on commit b7bb684

Please sign in to comment.