Modify ↓
Ticket #467 (closed defect: fixed)
Can't use a class as first element in an introspection rule tuple
| Reported by: | bradley.ayers@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7.2 |
| Component: | migrations | Version: | 0.7.1 |
| Keywords: | Cc: |
Description
The docs say it's allowed, but I get a "TypeError?: 'SubfieldBase?' object is not iterable" exception when I try to do it.
The syntax that is wrongly described is the first bullet at http://south.aeracode.org/docs/customfields.html#rules
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Indeed, that point was wrongly worded. I've fixed the docs, rather than implementing this feature - it was never intended like this.