Opened 17 years ago
Closed 17 years ago
#6079 closed (fixed)
AUTHENTICATION_BACKENDS is not documented in settings.txt
Reported by: | Marc Fargas | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi there,
AUTHENTICATION_BACKENDS is documented in authentication.txt, but not in settings.txt
Maybe it's intentional as django.contrib.auth is "contrib", but SITE_ID is documented! ;)
Anyway I'll try to post a patch later.
Note:
See TracTickets
for help on using tickets.
(In [6791]) Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt