Modify ↓
Ticket #353 (closed defect: fixed)
MySQL dry run fail
| Reported by: | SvartalF | Owned by: | andrew |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.7 |
| Component: | migrations | Version: | 0.7-pre |
| Keywords: | mysql, migration | Cc: |
Description
Exception FailedDryRun? must take two arguments, but at line 158 (see http://south.aeracode.org/browser/south/migration/migrators.py#L158) it takes only one argument, that's why all migrations for mysql databases won't work.
If you change it to this code it will work
raise exceptions.FailedDryRun(migration, sys.exc_info())
Attachments
Change History
comment:1 Changed 3 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
Fixed in [fce19051566e]. Thanks!
Note: See
TracTickets for help on using
tickets.
