﻿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
13933	add ModelBackend inheritence to custom auth backend doc to enable Permissions	mbg	nobody	"On http://docs.djangoproject.com/en/dev/topics/auth/#writing-an-authentication-backend please consider adding some text describing how and when one might want to inherit ModelBackend in a custom authorization backend. Without ModelBackend the User Permissions are not set as expected from configuration seen in .../admin/auth/user/, e.g. get_all_permissions() returns [] unless ModelBackend is inherited or the code rolls its own Permissions.

Perhaps adding text along with an example something like the following would help:
{{{
class MyBackend(django.contrib.auth.backends.ModelBackend):
...
}}}
"	New feature	closed	Documentation	1.2	Normal	fixed			Accepted	0	0	0	0	0	0
