If I have a FeinCMS Base subclass MyDocument, and in the same module a FeinCMS content_type (or indeed any class) called MyDocumentContent, this results in database weirdness, because FeinCMS generates a class with the pattern "%sContent".
Assuming the "%sContent" can't be renamed to something less clashable, then I suggest clashes should be caught and warned against.