On Thursday 01 September 2005 12:50 am, Adrian Holovaty wrote: > Hmmm...Could you make a test case for this? We use many-to-many > relationships to core.Site all the time and don't have problems.
How disgusting! While working on a test case, (and tweaking the test framework to accomodate a second app,) I found that in my model files I was doing: >>> from project.categories.modules import categories rather than: >>> from django.models.categories import categories I doubt I'll be the last to make this simple mistake; perhaps a note should be added to the DB API docs? Anyway, would you like me to finish making that test? Or is it not worth the extera bulk of adding another app? MWM