Modify ↓
Ticket #331 (closed defect: fixed)
Undefined method in Migration object
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 |
| Component: | commands | Version: | 0.7-pre |
| Keywords: | Cc: | self.anderson@… |
Description
The Migration model desnt have from_name method.
# Ask South if it thinks it's already got migrations
if Migrations.from_name(app_module):
print "This application is already managed by South."
return
http://south.aeracode.org/browser/south/management/commands/convert_to_south.py#L47
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [1f455faa795d].