django1/django/contrib/sites
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
..
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
admin.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
management.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
managers.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
models.py Moved import at proper place in contrib.sites 2013-11-16 11:13:04 +01:00
tests.py Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00