django1/django/db
Aymeric Augustin 80d74097b4 Stopped populating the app registry as a side effect.
Since it triggers imports, it shouldn't be done lightly.

This commit adds a public API for doing it explicitly, django.setup(),
and does it automatically when using manage.py and wsgi.py.
2013-12-30 22:11:17 +01:00
..
backends Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00
migrations Populated Apps instances immediately by default. 2013-12-30 22:11:17 +01:00
models Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00