This is django-developers, the list for discussing the development of Django itself. For questions about using Django, please use the django-users mailing list. It's also helpful to include a traceback of the error.
On Wednesday, September 3, 2014 4:29:52 PM UTC-4, Leandro Moreno wrote: > > Hello list! I'm trying to run my tests and I have these error. > > In a config.py file I'm doing this: > > from django.contrib.contenttypes.models import ContentType > ContentType.objects.get_for_model(model=MyModel) > > And when I run the tests, this error apears, and only with tests. > > I'm including contrib.contenttypes to my INSTALLED_APPS. I did syncdb and > migrate. So, I cannot see where the problem is. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/ff0980ac-641d-422d-9467-480c11587397%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
