Removed an API meeting resource field which is not present in the database any more.
- Legacy-Id: 17936
This commit is contained in:
parent
0ba2c93d7f
commit
c3b05d41b8
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue