Re: AttributeError: 'NoneType' object has no attribute '_meta' - during South migration

2010-06-18 Thread Dave E
Andrew Godwin from the South user group replied: "It looks like this is a bug in the permissions-creating code, however, and not in South itself (although it might be triggered by the way South fiddles with the ORM)." Ideas, anyone? -- You received this message because you are subscribed to the

Re: AttributeError: 'NoneType' object has no attribute '_meta' - during South migration

2010-06-14 Thread Dave E
I should have also said: 'errr... help please, what now?' -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

AttributeError: 'NoneType' object has no attribute '_meta' - during South migration

2010-06-14 Thread Dave E
I'm migrating James Bennett's 'Cotrane' blog app (adding a 'modified' date field) using South on the existing app (with data already present). These are the steps, and the traceback. Posting here because the exact same error (in this post's title) also appears in Django and Dmigrations bug reports