Modify ↓
Ticket #450 (closed defect: duplicate)
Backwards data migrations do not obey no_dry_run
| Reported by: | KyleMac | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.1 |
| Component: | migrations | Version: | 0.7 |
| Keywords: | Cc: |
Description
Backwards data migrations need to be wrapped in "if not db.dry_run:" otherwise they raise an exception. Even migrations inheriting from DataMigration? have this problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This has already been fixed as part of #403.