Bug #9952
django.contrib.contenttypes must be loaded before django.contrib.auth
Start date:
12 February 2016
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Their post_migrate handlers must be run with this order.
Associated revisions
History
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|a6a3fd153c73340e3d1f20e99d77e947dfd30fbc.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
settings: move contenttypes before auth (fixes #9952)
contenttypes post_migrate handler must run before the auth post_migrate
handlers.