django1/django/db
Simon Charette 71962629c0 [1.8.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review.

Backport of 3db3ab71e9 from master
2015-10-19 20:13:47 -04:00
..
backends [1.8.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names. 2015-10-06 12:33:24 -04:00
migrations [1.8.x] Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion. 2015-09-23 13:41:01 -04:00
models [1.8.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps. 2015-10-19 20:13:47 -04:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py [1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:31:13 +02:00
utils.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00