Hallöchen! Markus Holtermann writes:
> Are you talking about Django 1.7 migrations or South? In the > former case you need to make sure that your datamigration depends > on the contenttypes application. I'm talking about Django 1.7 migrations. Unfortunately, contenttypes is already migrated before my app. But this doesn't help because update_all_contenttypes is a post_migrate signal. Tschö, Torsten. -- Torsten Bronger Jabber ID: [email protected] or http://bronger-jmp.appspot.com -- You received this message because you are subscribed to the Google Groups "Django users" 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-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/87lho91fy3.fsf%40physik.rwth-aachen.de. For more options, visit https://groups.google.com/d/optout.

