django1/django/db
Aymeric Augustin 2504a50cc2 Created a constant for the migrations module name.
Mostly for consistency with MODELS_MODULE_NAME; it's unlikely to change.
2013-12-27 15:36:19 +01:00
..
backends Removed redundant line 2013-12-25 17:22:13 -05:00
migrations Created a constant for the migrations module name. 2013-12-27 15:36:19 +01:00
models Turned apps.ready into a property. Added tests. 2013-12-26 15:04:58 +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 Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00