Modify ↓
Ticket #10 (closed defect: fixed)
db API: no way to change field types
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | databaseapi | Version: | 0.3 |
| Keywords: | Cc: |
Description
if i change the type of a field, for example from CharField? to TextField? i have to write SQL.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Yes, that's one of the features we were missing in 0.3. Trunk currently has alter_column, which works on PostgreSQL but not MySQL; we're going to finish that off and put it in 0.4.