
Aurélien Bompard has proposed merging lp:~abompard/postorius/postorius_migrations into lp:postorius. Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~abompard/postorius/postorius_migrations/+merge/2... Enable migrations as required by Django 1.8+ Django 1.8+ won't let an app without migrations depend on django.contrib.auth models, which is migrations-enabled. Django will create the legacy tables first and there will be a database error. This commit add basic migrations support in Postorius by following: https://docs.djangoproject.com/en/1.8/topics/migrations/#adding-migrations-t... -- Your team Mailman Coders is requested to review the proposed merge of lp:~abompard/postorius/postorius_migrations into lp:postorius.