﻿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
14839	django admin and user model inheritance	anonymous	nobody	"If you extend the User model using inheritance for example:

class UserInfo(User):
  ....

if you give the delete permission on the UserInfo class you aren't able to delete a ""UserInfo"" object since you haven't the ""can delete user object"".

From a functional point of view if I extend the ""User"" class I want to see in the admin only the extended class and not the original ""User"" class so the delete permission on the ""User"" objects should be implicit if I give the delete permission on the UserInfo object."		closed	Uncategorized	1.2		invalid		lists@…	Unreviewed	0	0	0	0	0	0
