Changeset 6791
- Timestamp:
- 12/01/07 11:27:44 (10 months ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r6772 r6791 225 225 ``CommonMiddleware`` is installed (see the `middleware docs`_). See also 226 226 ``PREPEND_WWW``. 227 228 AUTHENTICATION_BACKENDS 229 ----------------------- 230 231 Default: ``('django.contrib.auth.backends.ModelBackend',)`` 232 233 A tuple of authentication backend classes (as strings) to use when 234 attempting to authenticate a user. See the `authentication backends 235 documentation`_ for details. 236 237 .. _authentication backends documentation: ../authentication/#other-authentication-sources 227 238 228 239 CACHE_BACKEND
