aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/authentication.py
diff options
context:
space:
mode:
authorSébastien Piquemal2012-02-23 23:34:20 +0200
committerSébastien Piquemal2012-02-23 23:34:20 +0200
commit1ff741d1ccc38f099a7159bdef787e5c04dc4f79 (patch)
tree3f459473aba6c9fa6ab9b34b6b38bbaafa822c0d /djangorestframework/authentication.py
parent023c008939c81ba8c33b4344b2c7756687e3be0b (diff)
downloaddjango-rest-framework-1ff741d1ccc38f099a7159bdef787e5c04dc4f79.tar.bz2
updated docs
Diffstat (limited to 'djangorestframework/authentication.py')
-rw-r--r--djangorestframework/authentication.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/djangorestframework/authentication.py b/djangorestframework/authentication.py
index 00a61e3d..904853e7 100644
--- a/djangorestframework/authentication.py
+++ b/djangorestframework/authentication.py
@@ -1,10 +1,7 @@
"""
The :mod:`authentication` module provides a set of pluggable authentication classes.
-Authentication behavior is provided by mixing the :class:`mixins.AuthMixin` class into a :class:`View` class.
-
-The set of authentication methods which are used is then specified by setting the
-:attr:`authentication` attribute on the :class:`View` class, and listing a set of :class:`authentication` classes.
+Authentication behavior is provided by mixing the :class:`mixins.RequestMixin` class into a :class:`View` class.
"""
from django.contrib.auth import authenticate