django1/django/contrib/sites
Tim Graham 32c7d3c061 Fixed #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host().
Thanks Claude Paroz, Riccardo Magliocchetti, and Damian Moore
for contributions to the patch.
2014-10-01 16:23:20 -04: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 #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
management.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -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 #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host(). 2014-10-01 16:23:20 -04:00