django/tests/admin_docs
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
..
fixtures
__init__.py
tests.py Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00
urls.py Fixed #21386 -- Removed admindocs dependence on sites framework 2013-12-18 19:44:04 +01:00
views.py PEP8 cleanup 2013-11-02 23:50:49 -05:00