aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/views.py')
-rw-r--r--djangorestframework/views.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/djangorestframework/views.py b/djangorestframework/views.py
index 1315229a..5b3cc855 100644
--- a/djangorestframework/views.py
+++ b/djangorestframework/views.py
@@ -64,11 +64,6 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView):
"""
permissions = ( permissions.FullAnonAccess, )
- # Allow name and description for the Resource to be set explicitly,
- # overiding the default classname/docstring behaviour.
- # These are used for documentation in the standard html and text renderers.
- name = None
- description = None
@classmethod
def as_view(cls, **initkwargs):