django1/django/db
Markus Holtermann b29f3b5120 Fixed #24225, #24264, #24282 -- Rewrote model reloading in migration project state
Instead of naively reloading only directly related models (FK, O2O, M2M
relationship) the project state needs to reload their relations as well
as the model changes as well. Furthermore inheriting models (and super
models) need to be reloaded in order to keep inherited fields in sync.

To prevent endless recursive calls an iterative approach is taken.
2015-02-16 19:31:51 +01:00
..
backends Removed 'autocommit' options for the psycopg2 backend. 2015-02-14 18:51:18 +01:00
migrations Fixed #24225, #24264, #24282 -- Rewrote model reloading in migration project state 2015-02-16 19:31:51 +01:00
models Reworked docstrings and comments in related.py. 2015-02-16 20:40:04 +07: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 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00