Bug #1263
South reloads db/fixtures/initial_data.json after every migration
Status: | Closed | Start date: | 09/23/2011 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Vangelis Koukis | % Done: | 0% |
|
Category: | obsolete_db | Spent time: | - | |
Target version: | v0.7 |
Description
South reloads db/fixtures/initial_data.json after every migration.
This leads to customized authentication tokens being overwritten with initial data.
Associated revisions
Fix failing tests after fixture refactoring
Fix failing tests after fixture refactoring, refs #1263
History
#1 Updated by Vangelis Koukis almost 13 years ago
- Status changed from Assigned to Closed
Moved set of sample users in separate users.json
fixture, the initial_data.json
fixture only contains
data which are never need to be customized or otherwise modified during the lifetime of a deployment,
commited as 3d9f561d155ea365523826d4d4f95fb7d0773ba4.
#2 Updated by Vangelis Koukis almost 12 years ago
- Target version changed from 67 to v0.7