Authentic2 migrations needs our user model to be initialized (fixes #5229)

This commit is contained in:
Benjamin Dauvergne 2014-08-25 13:59:42 +02:00
parent ac141cafac
commit 5b86e5d202
1 changed files with 3 additions and 0 deletions

View File

@ -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'