Bug #6967
auth_migrations: make the last migration run after first migrations in app depending from the user model
Start date:
16 Apr 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Initial migrations need the the classic user model to exist, so we made the migration that restore the swappable status of the auth_user model to run after migrations using the auth_user model (mainly initial migrations).
Associated revisions
History
Updated by Benjamin Dauvergne almost 6 years ago
- Assignee set to Benjamin Dauvergne
- Target version set to 2.2.0
Updated by Benjamin Dauvergne almost 6 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit 385b7ffeb51a325f32e1acd3ea59d6754681f67a.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
auth_migrations: make the last migration run after first migrations in app depending from the user model (fixes #6967)
Initial migrations need the the classic user model to exist, so we made the
migration that restore the swappable status of the auth_user model to run after
migrations using the auth_user model (mainly initial migrations).