Skip to content

Commit

Permalink
Remove submitted_by__id & submitted_by__username from Meta.fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Sep 25, 2020
1 parent 6b6caa2 commit c1d4e93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onadata/libs/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ class Meta:
'last_edited': date_field_lookups,
'media_all_received': ['exact'],
'status': ['exact'],
'submitted_by__id': ['exact'],
'submitted_by__username': ['exact'],
'survey_type__slug': ['exact'],
'user__id': ['exact'],
'user__username': ['exact'],
Expand Down

0 comments on commit c1d4e93

Please sign in to comment.