﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32003	Signature of mocked has_perm() methods is outdated.	Alexander Todorov	Alexander Todorov	"In particular all of the mocked methods receive 2 arguments: self, perm while the real one in PermissionsMixin also has a keyword agument called obj.

This gets in the way of trying to work on passing the object to user.has_perm() in ModelAdmin because it will cause the tests to fail artificially.

I have a commit at https://github.com/atodorov/django/commits/fix_mocked_has_perm which doesn't fail locally and seems to do the job. 
Let me know if you want me to open a pull request."	Cleanup/optimization	closed	Testing framework	3.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
