Skip to content

Safe User import for migration in Django < 1.7 - #14

Open
pa0lin082 wants to merge 2 commits into
byteweaver:masterfrom
pa0lin082:master
Open

Safe User import for migration in Django < 1.7#14
pa0lin082 wants to merge 2 commits into
byteweaver:masterfrom
pa0lin082:master

Conversation

@pa0lin082

Copy link
Copy Markdown

If you use settings.AUTH_USER_MODEL in django <1.7 the migration process fails.
I modified the migration file to use the correct class of users using django.contrib.auth.get_user_model function

@noxan

noxan commented Nov 11, 2015

Copy link
Copy Markdown
Member

Thanks for your contribution @pa0lin082, I am currently working on multiple user support #8 and will have a closer look at the details of your pull request afterwards.

@noxan noxan self-assigned this Nov 11, 2015
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

Successfully merging this pull request may close these issues.

2 participants