mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
10869 convert docstring to comment
This commit is contained in:
parent
0885333b11
commit
3a89a676cd
@ -137,9 +137,7 @@ class NetBoxModelViewSet(BulkUpdateModelMixin, BulkDestroyModelMixin, ObjectVali
|
|||||||
)
|
)
|
||||||
|
|
||||||
def list(self, request, *args, **kwargs):
|
def list(self, request, *args, **kwargs):
|
||||||
"""
|
# Overrides ListModelMixin to allow processing ExportTemplates.
|
||||||
Overrides ListModelMixin to allow processing ExportTemplates.
|
|
||||||
"""
|
|
||||||
if 'export' in request.GET:
|
if 'export' in request.GET:
|
||||||
content_type = ContentType.objects.get_for_model(self.get_serializer_class().Meta.model)
|
content_type = ContentType.objects.get_for_model(self.get_serializer_class().Meta.model)
|
||||||
et = get_object_or_404(ExportTemplate, content_type=content_type, name=request.GET['export'])
|
et = get_object_or_404(ExportTemplate, content_type=content_type, name=request.GET['export'])
|
||||||
|
Loading…
Reference in New Issue
Block a user