django1/django/db
Aymeric Augustin 5ba743e262 Made it possible to create apps without a models module.
This commit reverts f44c4a5d0f and 39bbd165.

django.test.simple will be updated in a separate commit as it requires
invasive changes.
2013-12-17 10:17:45 +01:00
..
backends Made it possible to create apps without a models module. 2013-12-17 10:17:45 +01:00
migrations Made it possible to create apps without a models module. 2013-12-17 10:17:45 +01:00
models Removed the _-prefix for populate(). 2013-12-17 10:17:45 +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 Removed module-level functions for the app cache. 2013-12-17 10:17:44 +01:00