summaryrefslogtreecommitdiff
path: root/tests/generic_inline_admin/tests.py
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-06-13 00:21:07 +0200
committerMarkus Holtermann <info@markusholtermann.eu>2015-06-16 00:43:22 +0200
commite470f311d654267ec86f9a6325ec500345b9dff2 (patch)
tree7271cf713c2c3d797be24aa8d9ca7b2c97179abd /tests/generic_inline_admin/tests.py
parentfb1ba4d63e76c418c2dd6214dabe4dcf25ab3bad (diff)
Fixed #24828 -- Allowed migration optimization across AlterFooTogether
The idea behind this change is, that AlterUniqueTogether, AlterIndexTogether and AlterOrderWithRespectTo can always be moved after an Add/Alter/Rename/RemoveField operation if they don't refer to the respective field and are not empty sets / None. Combined with the optimizations of duplicate AlterUniqueTogether, AlterIndexTogether, and AlterOrderWithRespectTo operations from 128caa1e16ec2627737748f75c8e55600a3df97f, these operations are optimized in a later round of the optimizer. Thanks Tim Graham for the review.
Diffstat (limited to 'tests/generic_inline_admin/tests.py')
0 files changed, 0 insertions, 0 deletions