django/docs/topics/auth
Aymeric Augustin 9ffab9cee1 Moved RequestSite and get_current_site.
Following the app-loading refactor, these objects must live outside of
django.contrib.sites.models because they must be available without
importing the django.contrib.sites.models module when
django.contrib.sites isn't installed.

Refs #21680. Thanks Carl and Loic for reporting this issue.
2014-01-26 08:50:47 +01:00
..
customizing.txt Fixed #21726 -- Clarified that password should not be included in REQUIRED_FIELDS. 2014-01-22 10:17:44 -05:00
default.txt Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
index.txt Fixed typo -- "a" user, not "an" user 2013-11-01 15:15:36 +01:00
passwords.txt Added docs for the hasher's iteration count changes. 2013-10-21 20:32:02 +02:00