﻿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
22153	Custom User Model giving error in 1.7a2 where as it ran successfully in 1.6	just10minutes@…	nobody	"Hi Experts I got this error when I ran my custom User model.  Samecustomuser model ran successfully in Django 1.6  Please forgive me and ignore if this is an invalid issue. 

CustomUser is my custom user model

CommandError: System check identified some issues:

ERRORS:
auth.User.groups: (E016) Clash between accessors for User.groups and CustomUser.groups.
        HINT: Add or change a related_name argument to the definition for User.groups or CustomUser.groups.auth.User.user_permissions: (E016) Clash between accessors for User.user_permissions and CustomUser.user_permissions.       
 HINT: Add or change a related_name argument to the definition for User.user_permissions or CustomUser.user_permissions.myusers.CustomUser.groups: (E016) Clash between accessors for CustomUser.groups and User.groups.       
 HINT: Add or change a related_name argument to the definition for CustomUser.groups or User.groups.myusers.CustomUser.user_permissions: (E016) Clash between accessors for CustomUser.user_permissions and User.user_permissions.       
 HINT: Add or change a related_name argument to the definition for CustomUser.user_permissions or User.user_permissions."	Uncategorized	closed	Uncategorized	1.7-alpha-1	Normal	fixed			Unreviewed	0	0	0	0	0	0
