Modify ↓
Ticket #825 (new enhancement)
--edit flag to schemamigration/datamigration
| Reported by: | matt@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | The Future |
| Component: | commands | Version: | 0.7.3 |
| Keywords: | Cc: |
Description
I find that lots of the time I need to edit a migration file after it has been created.
I propose a patch to these two commands that allows for an '--edit' option, that will open the created file in '$EDITOR' after creating it.
I have a preliminary patch for schemamigration attached.
Attachments
Change History
Changed 22 months ago by matt@…
- Attachment south.diff added
Note: See
TracTickets for help on using
tickets.

Patch to allow for '--edit' flag on schemamigration command.