lp://staging/~abompard/postorius/postorius_migrations
Created by
Aurélien Bompard
and last modified
- Get this branch:
- bzr branch lp://staging/~abompard/postorius/postorius_migrations
Only
Aurélien Bompard
can upload to this branch. If you are
Aurélien Bompard
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Florian Fuchs: Approve
-
Diff: 32 lines (+25/-0)1 file modifiedsrc/postorius/migrations/0001_initial.py (+25/-0)
Branch information
Recent revisions
- 254. By Aurélien Bompard
-
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.djangopro ject.com/ en/1.8/ topics/ migrations/ #adding- migrations- to-apps - 245. By Florian Fuchs
-
Added subscription addresse switching (by Abhilash Raj).
Some modifications on summary view/html markup and wording.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/postorius