django1/django/contrib/syndication
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/en/LC_MESSAGES Added catalogs for apps that didn't have any translations. 2014-01-05 21:18:33 +01:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
views.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00