django1/django/db
Aymeric Augustin 9f13c33281 Removed the only_installed argument of Apps.get_models.
Refs #15903, #15866, #15850.
2013-12-28 20:54:26 +01:00
..
backends Implemented #10164 for new schema migration code. 2013-12-28 11:21:01 -03:00
migrations Changed get_model to raise an exception on errors. 2013-12-28 20:53:00 +01:00
models Removed the only_installed argument of Apps.get_models. 2013-12-28 20:54:26 +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