acdh-oeaw / vocabseditor

Vocabseditor is a web-based tool for collaborative work on controlled vocabularies development
https://vocabseditor.acdh.oeaw.ac.at/
MIT License
23 stars 6 forks source link

`module 'rest_framework.filters' has no attribute 'DjangoObjectPermissionsFilter'` #11

Closed csae8092 closed 3 years ago

csae8092 commented 3 years ago

running with

fails due to

vocabseditor/vocabs/api_views.py", line 20, in SkosConceptSchemeViewSet filter_backends = (filters.DjangoObjectPermissionsFilter, ) AttributeError: module 'rest_framework.filters' has no attribute 'DjangoObjectPermissionsFilter'

csae8092 commented 3 years ago

does not throw an error any more, though not sure if the expected behavior is still in place