diff --git a/portail_citoyen/migrations/0001_rename_authentic2_user_to_citoyen.py b/portail_citoyen/migrations/0001_rename_authentic2_user_to_citoyen.py index cf45a05..55f1bd1 100644 --- a/portail_citoyen/migrations/0001_rename_authentic2_user_to_citoyen.py +++ b/portail_citoyen/migrations/0001_rename_authentic2_user_to_citoyen.py @@ -6,6 +6,9 @@ from django.db import models class Migration(SchemaMigration): + needed_by = ( + ('auth2_auth', '0003_auto__del_authenticationevent'), + ) def forwards(self, orm): # Adding model 'Citoyen'