mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-26 12:03:44 +03:00
use double quotes for docstring instead of single quotes
This commit is contained in:
parent
2a00454517
commit
efca5f6fec
|
@ -65,9 +65,9 @@ class APIView(View):
|
||||||
return content
|
return content
|
||||||
|
|
||||||
def _generate_action_metadata(self, request):
|
def _generate_action_metadata(self, request):
|
||||||
'''
|
"""
|
||||||
Helper for generating the fields metadata for allowed and permitted methods.
|
Helper for generating the fields metadata for allowed and permitted methods.
|
||||||
'''
|
"""
|
||||||
actions = {}
|
actions = {}
|
||||||
|
|
||||||
for method in self.allowed_methods:
|
for method in self.allowed_methods:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user