Hi *,

I’m trying to upgrade to django 1.8, but running into some app-dependency
issues:

http://pastebin.com/uvKtBtNa

There’s an initial migration for my custom user model in accounts.models,
so the accounts_pixolususer table should have been created. The syncdb
command breaks while adding a constraint to an app without migrations
(meters), which has a model with a foreign key pointing to my custom user
model.

For syncdb there’s an easy workaround - I just run ./manage.py migrate 
accounts
first. But since syncdb is also called by the testrunner, so I can’t run 
tests
anymore :/.

best regards,
Jochen

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/99a9f0a4-cb6a-46dc-9eef-d85e87649b43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to