mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
add redis to travis builds
This commit is contained in:
@ -250,7 +250,6 @@ class ModelViewSet(_ModelViewSet):
|
||||
# Fall back to the hard-coded serializer class
|
||||
return self.serializer_class
|
||||
|
||||
|
||||
@method_decorator(cache_page(settings.CACHE_TIMEOUT))
|
||||
def list(self, *args, **kwargs):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user