django1/django/contrib/sites
wrwrwr bfc75996f9 Fixed #23945 -- Made default site use the configured SITE_ID. 2014-12-01 19:36:50 -05:00
..
locale Updated translations from Transifex 2014-09-30 20:55:50 +02:00
migrations Added database migration for contrib.sites. 2014-06-15 19:28:20 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
apps.py Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.ready(). 2014-11-27 13:06:35 -05:00
management.py Fixed #23945 -- Made default site use the configured SITE_ID. 2014-12-01 19:36:50 -05:00
managers.py Edited contrib.sites check messages for grammar and consistency. 2014-03-03 14:27:22 +08:00
middleware.py Fixed #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host(). 2014-10-01 16:23:20 -04:00
models.py Fixed #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host(). 2014-10-01 16:23:20 -04:00
requests.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
shortcuts.py Fixed #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host(). 2014-10-01 16:23:20 -04:00
tests.py Fixed #23945 -- Made default site use the configured SITE_ID. 2014-12-01 19:36:50 -05:00