Development #7802
a2_rbac: move connection of post_migrate_update_rbac in the management module
Start date:
07 July 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
django.contrib.contenttypes post migrate handler is connected in its management module, which make it run always after the post_migrate_update_rbac which need ContentType objects to have been initialized.
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|31a9ac2fca2263c2c61dd43539cb21be49beee2d.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
a2_rbac: move connection of post_migrate_update_rbac in the management module (fixes #7802)
django.contrib.contenttypes post migrate handler is connected in its
management module, which make it run always after the
post_migrate_update_rbac which need ContentType objects to have been
initialized.