diff options
Diffstat (limited to 'rest_framework/views.py')
| -rw-r--r-- | rest_framework/views.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/views.py b/rest_framework/views.py index a2668f2c..bca0aaef 100644 --- a/rest_framework/views.py +++ b/rest_framework/views.py @@ -31,6 +31,7 @@ def get_view_name(view_cls, suffix=None):      return name +  def get_view_description(view_cls, html=False):      """      Given a view class, return a textual description to represent the view. @@ -119,7 +120,6 @@ class APIView(View):              headers['Vary'] = 'Accept'          return headers -      def http_method_not_allowed(self, request, *args, **kwargs):          """          If `request.method` does not correspond to a handler method, | 
