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

Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods. #11625

Merged
merged 1 commit into from Aug 30, 2019

Conversation

ngnpope
Copy link
Member

@ngnpope ngnpope commented Aug 2, 2019

Ticket #18763.
Supersedes PR #7153

I've picked this up as I'd really love to see this make it into 3.0 after ~3 years!
I hope you don't mind @berkerpeksag ...

@felixxm I've addressed the outstanding review comments and managed to change over to using Exists() so that we can drop .distinct(). I've had to use .annotate() for now, but that could be simplified when #8119 lands.

django/contrib/auth/backends.py Outdated Show resolved Hide resolved
tests/auth_tests/test_models.py Outdated Show resolved Hide resolved
@ngnpope
Copy link
Member Author

ngnpope commented Aug 29, 2019

Thanks for the edits, @felixxm. Is there anything else that needs sorting out here to get this merged?

@felixxm
Copy link
Member

felixxm commented Aug 29, 2019

@pope1ni I'm working on tests and I should push final edits in few minutes.

@felixxm
Copy link
Member

felixxm commented Aug 29, 2019

@pope1ni OK, I pushed all edits. I'm going to merge this tomorrow 🤞

@rixx Would you like to take a look?

Copy link
Member Author

@ngnpope ngnpope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @felixxm. I just thought of a few minor things...

django/contrib/auth/backends.py Outdated Show resolved Hide resolved
django/contrib/auth/backends.py Outdated Show resolved Hide resolved
django/contrib/auth/models.py Show resolved Hide resolved
@felixxm felixxm force-pushed the ticket-18763 branch 2 times, most recently from e909277 to c622b97 Compare August 29, 2019 16:24
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
@felixxm felixxm changed the title Fixed #18763 -- Added with_perm() to User manager. Fixed #18763 -- Added ModelBackend/UserManager.with_perm() method. Aug 29, 2019
@felixxm felixxm changed the title Fixed #18763 -- Added ModelBackend/UserManager.with_perm() method. Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods. Aug 29, 2019
@felixxm felixxm merged commit 400ec51 into django:master Aug 30, 2019
@felixxm
Copy link
Member

felixxm commented Aug 30, 2019

@pope1ni @berkerpeksag Thanks 🚀

@ngnpope ngnpope deleted the ticket-18763 branch August 30, 2019 07:48
@berkerpeksag
Copy link
Contributor

Thank you for finishing this up, @pope1ni and thank you for reviewing and merging, @felixxm!

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