Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Django 1.8: relation "auth_user" does not exist #18

Closed
Heleen opened this issue Dec 14, 2015 · 1 comment · Fixed by #29
Closed

Django 1.8: relation "auth_user" does not exist #18

Heleen opened this issue Dec 14, 2015 · 1 comment · Fixed by #29
Milestone

Comments

@Heleen
Copy link

Heleen commented Dec 14, 2015

Using django-stored-messages in my project causes the relation "auth_user" does not exist error after upgrading to django 1.8 (specifically when running tests where it builds a new database from scratch).
Adding explicit migrations for django-stored-messages solves the problem (like suggested in jazzband/django-oauth-toolkit#204 (comment)), but maybe migrations could be added to the project itself?

Note: you will have to use the --fake-initial flag with migrate in django 1.8. See the django docs for more information.

@nthall
Copy link

nthall commented Jan 5, 2016

Forgive me if I'm mistaken, but it looks like the main reason this failed on Travis is that django-rest-framework dropped support for django <1.7 -- seems like a pretty reasonable decision on their part, any chance this project could do the same? I suppose the alternative would be to specify DRF versions carefully in tox, but I'm not experienced with tox so I've no idea if that's possible; at any rate it seems to me like overkill to go to much effort at all to support django as old as 1.4.

@palazzem palazzem modified the milestone: 2.0.0 Feb 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants