Modify ↓
Ticket #330 (closed defect: fixed)
undefined variable used in warning
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 |
| Component: | migrations | Version: | 0.7-pre |
| Keywords: | Cc: | self.anderson@… |
Description
the variable "field" doesnt exists in http://south.aeracode.org/browser/south/creator/actions.py#L51
I get next error because of that
File "/home/offline/Development/django/stroika/venv/src/south/south/creator/actions.py", line 51, in triple_to_def
field,
NameError?: global name 'field' is not defined
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [cbad4425c5c4].