Modify ↓
Ticket #1059 (closed defect: fixed)
ImportError: cannot import name CASCADE with new South, Django 1.2
| Reported by: | martin maney | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | commands | Version: | mercurial |
| Keywords: | Cc: |
Description
Unconfirmed bug reported in #django-south. Sounds likely on the face of it, since the on_delete option was new in 1.3.
Attachments
Change History
comment:2 Changed 14 months ago by andrew
- Status changed from new to closed
- Resolution set to fixed
- Milestone set to 1.0
Already fixed just after the release: https://bitbucket.org/andrewgodwin/south/changeset/32cb89577c4c
Note: See
TracTickets for help on using
tickets.

that should be "CASCADE", of course... dunno what happened, it was cut & pasted and somewhere lowercase() snuck in.