Opened 14 years ago
Closed 13 years ago
#73 closed defect (fixed)
Only create initial revisions for models that exist
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Sometime |
| Component: | Infrastructure | Version: | |
| Keywords: | Cc: | ||
| Size: | medium |
Description
Currently, groups/migrations/0019_initial_revs.py attempts to create initial revisions for everything in the groups app. Unfortunately, this includes tables that are created by a later migration (e.g., constitutions). Either this needs to be somehow forced to run after all the regular migrations, or it needs to hard-code a list of models to migrate.
Change History (3)
comment:1 Changed 14 years ago by adehnert
- Component changed from Default to Core
comment:2 Changed 14 years ago by adehnert
- Component changed from Core to Infrastructure
comment:3 Changed 13 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in:
commit 6f0e8145c6af003aaef3086ad8976526d84f1056 Author: Alex Dehnert <adehnert@mit.edu> Date: Wed Oct 31 09:15:00 2012 -0400 Only create initial revisions for certain models [...]