id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
197,Recursive dependancies go cause inifinte recursion,mike@…,andrew,"I have an inherited object model and have the same problem as #179. I download the current ""stabilish"" (Changeset 287:edc9ee8e81f9) and now it tries to recurse forever when doing an initial migration:
{{{
[....]
  File ""/Users/michaelhostetler/dev/5Q/env/django10/lib/python2.4/site-packages/South-0.6_pre-py2.4.egg/south/management/commands/startmigration.py"", line 676, in field_dependencies
    depends.update(field_dependencies(field.rel.to._meta.pk, last_models))
  File ""/Users/michaelhostetler/dev/5Q/env/django10/lib/python2.4/site-packages/South-0.6_pre-py2.4.egg/south/management/commands/startmigration.py"", line 676, in field_dependencies
    depends.update(field_dependencies(field.rel.to._meta.pk, last_models))
RuntimeError: maximum recursion depth exceeded
}}}",defect,closed,major,0.6,commands,0.6-pre,fixed,,
