id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
658	Importing BaseCommentAbstractModel causes South to use django.contrib.comments	brian@…	andrew	"I have an app called ""comments"" (intended to be a custom comments app). I recently converted it to be managed by South and created initial migration. Now,if I simply add 

{{{
#!python
from django.contrib.comments.models import BaseCommentAbstractModel
}}}

and run 


{{{
#!sh
manage.py schemamigration comments --auto --stdout
+ Added model comments.CommentFlag
...
}}}

The CommentFlag model is in django.contrib.comments.models, not in my app. 
The intention is to change my Comment model to inherit from BaseCommentAbstractModel, but simply importing it is leading to this problem.

"	defect	closed	major	0.7.3	commands	mercurial	invalid		brian@…
