django1/django/contrib/sitemaps
Aymeric Augustin 9b3389b726 Removed the app_config.installed flag.
Since applications that aren't installed no longer have an application
configuration, it is now always True in practice.

Provided an abstraction to temporarily add or remove applications as
several tests messed with app_config.installed to achieve this effect.
For now this API is _-prefixed because it looks dangerous.
2013-12-22 11:39:17 +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 Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00
__init__.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
models.py Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
views.py More attacking E302 violators 2013-11-02 13:12:09 -07:00