Skip to content
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

syncdb not to models AUTH_USER_MODEL #5

Open
aztrock opened this issue Feb 20, 2014 · 4 comments
Open

syncdb not to models AUTH_USER_MODEL #5

aztrock opened this issue Feb 20, 2014 · 4 comments

Comments

@aztrock
Copy link

aztrock commented Feb 20, 2014

syncdb and south

CommandError: One or more models did not validate: notifier.userprefs: 'user' defines a relation with the model 'auth.User', which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL. notifier.sentnotification: 'user' defines a relation with the model 'auth.User', which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL.

@scdoshi
Copy link
Owner

scdoshi commented Feb 21, 2014

Just to double check, what version of django are you seeing this with?

I think this change was introduced in 1.5. I haven't been keeping up with Django lately, but I will update this when I get a chance, but I can't give you a timeline on it.

Happy to accept pull requests, of course

@aztrock
Copy link
Author

aztrock commented Feb 22, 2014

yes, django 1.6 and python 3.3.
check the models.py but lost me, nice to help

@i4ki
Copy link

i4ki commented May 25, 2014

same problem here...

Django==1.5.1

@bcharahr
Copy link

bcharahr commented Jun 9, 2018

Was this issue resolved ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants