Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
comment a line which causes swagger to hang
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Nov 30, 2015
1 parent 20e80ab commit 4552ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion persons/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ class Meta(BaseResource.Meta):
filtering = {
'id': ALL,
'roles': ALL_WITH_RELATIONS,
'relations': ALL_WITH_RELATIONS,
# when followiwng line is uncommented it hangs the swagger api.. please don't uncomment it, thanks
# 'relations': ALL_WITH_RELATIONS,
'external_info': ALL_WITH_RELATIONS,
}
list_fields = ['name', 'id']
Expand Down

0 comments on commit 4552ed5

Please sign in to comment.