Modify ↓
Ticket #206 (closed defect: fixed)
type function in orm.py expects string - and gets unicode
| Reported by: | guenter.walser@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6 |
| Component: | commands | Version: | 0.6-pre |
| Keywords: | Cc: |
Description
When doing my first south init with 'convert_to_south' it did crash. The error message was
File "D:\opt\deve\workspace\mnt\external_apps\south\orm.py", line 263, in make_model fields, TypeError: type() argument 1 must be string, not unicode
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This should be fixed by [49baf6d81352]; could you test that?