django1/django/contrib/sitemaps
Aymeric Augustin f9698c4391 Suppressed the `if Site._meta.installed` pattern.
The purpose of this construct is to test if the django.contrib.sites
application is installed. But in Django 1.9 it will be forbidden to
import the Site model when the django.contrib.sites application isn't
installed.

No model besides Site used this pattern.

Refs #21719, #21923.
2014-02-01 20:38:15 +01:00
..
locale/en/LC_MESSAGES Added catalogs for apps that didn't have any translations. 2014-01-05 21:18:33 +01:00
management Whitespace cleanup. 2013-10-10 16:49:20 -04:00
templates Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
tests Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01:00
__init__.py Suppressed the `if Site._meta.installed` pattern. 2014-02-01 20:38:15 +01:00
apps.py Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
models.py Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
views.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00