aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/mixins.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/mixins.py')
-rw-r--r--djangorestframework/mixins.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/djangorestframework/mixins.py b/djangorestframework/mixins.py
index e101b788..3b2f7242 100644
--- a/djangorestframework/mixins.py
+++ b/djangorestframework/mixins.py
@@ -26,7 +26,7 @@ __all__ = (
'ResponseMixin',
'AuthMixin',
'ResourceMixin',
- #
+ # Reverse URL lookup behavior
'InstanceMixin',
# Model behavior mixins
'ReadModelMixin',
@@ -360,7 +360,6 @@ class AuthMixin(object):
"""
The set of authentication types that this view can handle.
-
Should be a tuple/list of classes as described in the ``authentication`` module.
"""
authentication = ()