﻿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
1677	[magic-removal] [patch] syncdb displays same '<Permission object>' for all created permissions	Antti Kaihola	Adrian Holovaty	"When using {{{manage.py syncdb}}}, created permissions are not shown properly:
{{{
$ manage.py syncdb
Creating table auth_message
Creating table auth_group
Creating table auth_user
Creating table auth_permission
Creating many-to-many tables for Group model
Creating many-to-many tables for User model
Creating table django_content_type
Creating table django_session
Creating table django_site

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): no
Adding permission '<Permission object>'
Adding permission '<Permission object>'
Adding permission '<Permission object>'
Adding permission '<Permission object>'
Adding permission '<Permission object>'
Adding permission '<Permission object>'
Creating example.com Site object
Adding permission '<Permission object>'
Adding permission '<Permission object>'
Adding permission '<Permission object>'
}}}"	defect	closed	Tools	magic-removal	normal	fixed			Unreviewed	1	0	0	0	0	0
