Modify ↓
Ticket #267 (closed defect: fixed)
--auto changing a field from e.g. a CharField to a ForeignKey fails
| Reported by: | imbaczek@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 |
| Component: | commands | Version: | 0.6 |
| Keywords: | Cc: |
Description
DMBS spits out a 'column not found' error, and rightly so: there's no column named xxx_id if the old column was named xxx. south should either emit a rename_column before alter, or report an error with a hint to change ForeignKey? column name.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

So it does. Scheduling for 0.7.