Hi there

This from
https://docs.djangoproject.com/en/1.8/ref/contrib/contenttypes/#django.contrib.contenttypes.models.ContentType.name

Changed in Django 1.8:
Before Django 1.8, the name property was a real field on the ContentType model.

This can result in a
django.db.utils.OperationalError: no such column: django_content_type.name error

Not too sure the *best* way round this if you are testing an existing app.
I am just using 2 different databases (one for 1.8 an one for 1.7.7)

Thanks
g



--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to