Add south
Bug #788201 reported by
Anthony Lenton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Directory |
Fix Released
|
Low
|
Anthony Lenton |
Bug Description
We should start using South, for managing future schema migrations.
Related branches
lp://staging/~elachuni/ubuntu-webcatalog/deploy
- Canonical ISD hackers: Pending requested
-
Diff: 749 lines (+437/-167)13 files modified.bzrignore (+3/-0)
debian/control (+8/-1)
django_project/config/main.cfg (+98/-0)
django_project/settings.py (+24/-156)
django_project/urls.py (+8/-0)
fabtasks/bootstrap.py (+32/-0)
fabtasks/upgrade_from_package.py (+4/-3)
requirements.txt (+8/-3)
setup.py (+20/-4)
src/webcatalog/context_processors.py (+26/-0)
src/webcatalog/middleware/exception.py (+127/-0)
src/webcatalog/schema.py (+61/-0)
src/webcatalog/wsgi.py (+18/-0)
Changed in ubuntu-webcatalog: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in ubuntu-webcatalog: | |
assignee: | nobody → Anthony Lenton (elachuni) |
status: | Confirmed → Fix Committed |
Changed in ubuntu-webcatalog: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.