Close bug #230
parent
420a9522c5
commit
2da7ba71a7
|
@ -54,9 +54,6 @@ class WikiViewSet(ModelCrudViewSet):
|
|||
filter_backends = (filters.IsProjectMemberFilterBackend,)
|
||||
filter_fields = ["project", "slug"]
|
||||
|
||||
def get_historical_queryset(self):
|
||||
return super().get_historical_queryset()[1:]
|
||||
|
||||
def pre_conditions_on_save(self, obj):
|
||||
super().pre_conditions_on_save(obj)
|
||||
|
||||
|
|
Loading…
Reference in New Issue