Modify ↓
Ticket #469 (closed defect: fixed)
initial_data fixtures are always loaded into the default db
| Reported by: | Zain Memon <zain@…> | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7.2 |
| Component: | migrations | Version: | 0.7.1 |
| Keywords: | Cc: |
Description
Even if the migration is being run on a different database, the initial_data fixture is always loaded into the default database.
Attachments
Change History
Changed 3 years ago by Zain Memon <zain@…>
- Attachment 469_fix.patch added
comment:1 Changed 3 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
- Milestone set to 0.7.2
Thanks, applied in [1bbd3b274e6c].
Note: See
TracTickets for help on using
tickets.

Patch against r777