Modify ↓
Ticket #395 (closed defect: invalid)
forwards()/backwards() should have access to old/new orm
| Reported by: | rctay89@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.1 |
| Component: | commands | Version: | 0.7-rc1 |
| Keywords: | Cc: |
Description
I do see a prev_orm()/next_orm() method, but as far as I can see, they can't be accessed from forwards()/backwards().
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I don't see what the use case is here - forwards/backwards already get passed an ORM in their parameters, and there should be no concept of a previous/next ORM in data migrations, as there are no schema changes.