django1/django/views
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
..
decorators Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
generic Fixed typo in docstrings of MonthArchiveViews. 2014-01-10 08:25:22 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Fixed #21322 -- Error message when CSRF cookie is missing 2013-11-03 20:05:10 +01:00
debug.py Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
defaults.py Fixed #20822 -- Set content type of default error pages to 'text/html'. 2013-08-04 11:04:37 +02:00
i18n.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
static.py Merge pull request #1821 from Bouke/tickets/14170 2013-11-04 13:50:21 -08:00