Merge lp://staging/~blr/turnip/turnipcake into lp://staging/~canonical-launchpad-branches/turnip/turnipcake
Proposed by
Kit Randel
Status: | Merged |
---|---|
Merged at revision: | 11 |
Proposed branch: | lp://staging/~blr/turnip/turnipcake |
Merge into: | lp://staging/~canonical-launchpad-branches/turnip/turnipcake |
Diff against target: |
242 lines (+160/-4) 9 files modified
.bzrignore (+3/-0) README.rst (+11/-2) alembic/README (+1/-0) alembic/env.py (+73/-0) alembic/script.py.mako (+24/-0) alembic/versions/13b2114bc93_create_repo_table.py (+40/-0) setup.py (+2/-0) turnipcake.ini (+5/-1) turnipcake/views.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~blr/turnip/turnipcake |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Watson (community) | Approve | ||
Review via email: mp+248445@code.staging.launchpad.net |
Commit message
* Add Alembic migrations.
* Add python 3 support.
* Add .bzignore.
Description of the change
Add Alembic migrations, and python 3 support.
To post a comment you must log in.