From 5b86e5d20223475636e0ff2749fc9c4df6b1b749 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 25 Aug 2014 13:59:42 +0200 Subject: [PATCH] Authentic2 migrations needs our user model to be initialized (fixes #5229) --- .../migrations/0001_rename_authentic2_user_to_citoyen.py | 3 +++ 1 file changed, 3 insertions(+) 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'