﻿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
13650	Permissions of abstract model without fields not added on syncdb	Dirk Eschler	nobody	"I've got an abstract model which has no fields and only defines permissions. The permission isn't added to the auth_permission table on syncdb nor is the content_type added to django_content_type. The app is in INSTALLED_APPS.

class Base(models.Model):
    class Meta:
        abstract = True
        permissions = (
            (""can_do_foo"", _(u""Can do foo"")),
        )

Is this a bug or am i missing something? I'm using django-1.2.1.
"		closed	Uncategorized	1.2		invalid		eschler@…	Unreviewed	0	0	0	0	0	0
