1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
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
passwords.txt