django1/django/contrib/redirects
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
..
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01: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 #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
middleware.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
models.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
tests.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00