From 2da7ba71a7d02d3e03e59139965eac40020d28d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 27 Mar 2014 13:14:39 +0100 Subject: [PATCH] Close bug #230 --- taiga/projects/wiki/api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/taiga/projects/wiki/api.py b/taiga/projects/wiki/api.py index 3d9ff18f..6787d8c9 100644 --- a/taiga/projects/wiki/api.py +++ b/taiga/projects/wiki/api.py @@ -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)