1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes : Omit filter forms from browsable API

This commit is contained in:
Jeremy Stretch
2017-12-19 15:30:55 -05:00
parent c10481b99d
commit c3599bacf2

@ -20,6 +20,9 @@ class FormlessBrowsableAPIRenderer(BrowsableAPIRenderer):
def show_form_for_method(self, *args, **kwargs):
return False
def get_filter_form(self, data, view, request):
return None
#
# Authentication