﻿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
2622	[patch] [per-object-permissions] has_perm breaks with anonymous users if an object is passed	django25@…	Chris Long	"{{{
Index: django/contrib/auth/models.py
===================================================================
--- django/contrib/auth/models.py       (revision 3680)
+++ django/contrib/auth/models.py       (working copy)
@@ -542,7 +542,7 @@
         raise NotImplementedError
     user_permissions = property(_get_user_permissions)

-    def has_perm(self, perm):
+    def has_perm(self, perm, object=None):
         return False

     def has_module_perms(self, module):
}}}

Seems reasonable to me. Stops it complaining anyway :-)"	defect	closed	Contrib apps	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
