Removed an API meeting resource field which is not present in the database any more.

- Legacy-Id: 17936
This commit is contained in:
Henrik Levkowetz 2020-06-08 19:21:50 +00:00
parent 0ba2c93d7f
commit c3b05d41b8

View file

@ -90,7 +90,6 @@ class ConstraintResource(ModelResource):
ordering = ['id', ]
filtering = {
"id": ALL,
"day": ALL,
"meeting": ALL_WITH_RELATIONS,
"source": ALL_WITH_RELATIONS,
"target": ALL_WITH_RELATIONS,