django1/django/core
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
..
apps Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00
cache flake8 fixes 2013-11-24 21:07:21 -06:00
checks Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
files Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
handlers Fixed #21383 -- Added request details in SuspiciousOperation messages 2013-11-09 12:11:58 +01:00
mail More attacking E302 violators 2013-11-02 13:12:09 -07:00
management Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
serializers Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
servers Fixed #14800 -- Suppressed WSGIRequestHandler message filtering 2013-11-09 16:23:14 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
exceptions.py Trigger AttributeError in ValidationError.message_dict when error_dict is missing. 2013-12-07 23:01:28 +07:00
paginator.py Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
signing.py Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
urlresolvers.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
validators.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
wsgi.py Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. 2011-10-22 04:30:10 +00:00