-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with custom user model with migrations #24
Comments
For what it's worth, I made the migrations with |
@mboldt Awesome, I'm glad you figured out a solution! Would you mind sending a patch for this for our pinax-referrals docs? I think it would be really useful to others who might run into the same problem. It would be greatly appreciated! :) |
I hope to send a doc patch within the next week. (Sorry so slow to respond; I was on vacation.) |
@mboldt No worries! Thank you so much 😊 Hope you had a great vacation! |
Symptom: after upgrading from Django 1.7 to Django 1.8, when I run
python manage.py test
, it fails with:I believe this to be because pinax-referrals is an unmigrated app with a dependency on a migrated app (the custom user model). Do you agree this is an issue? Are there plans to add migrations to pinax-referrals to support this use case? If not, do you know a workaround?
The text was updated successfully, but these errors were encountered: