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

Remove direct dependency on User model in Unit Tests #51

Closed
CorwinTanner opened this issue Sep 6, 2013 · 3 comments
Closed

Remove direct dependency on User model in Unit Tests #51

CorwinTanner opened this issue Sep 6, 2013 · 3 comments

Comments

@CorwinTanner
Copy link

This seems like a great library. Unfortunately, I can't use it yet as it will not pass our automated unit testing since we are using a custom user model. Please replace direct references to Django's User model with django.contrib.auth.get_user_model().

Thank you.

@masci masci closed this as completed in 88ae620 Sep 6, 2013
@synasius
Copy link
Contributor

synasius commented Sep 6, 2013

Hi

@masci
Copy link
Contributor

masci commented Sep 7, 2013

@CorwinTanner thanks for the report. The fix will be shipped with the next release, in the meantime you can check out the master branch and see if it works for you.

@CorwinTanner
Copy link
Author

Thank you for the quick turnaround!

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

3 participants