Modify ↓
Ticket #425 (closed defect: fixed)
Removing null=True needs to ask for a default
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.3 |
| Component: | commands | Version: | 0.7 |
| Keywords: | Cc: |
Description
When creating a schemamigration that removes null=True from a field, South needs to ask for a default value, as when creating a new non-nullable field.
Attachments
Change History
comment:4 Changed 2 years ago by andrew
- Status changed from assigned to closed
- Resolution set to fixed
Fixed in [6aa2a6e0626c].
Note: See
TracTickets for help on using
tickets.

Agreed; I'll stick it in for implementation soon.