﻿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
20049	Admin incompatible with non-integer primary keys	Aymeric Augustin	nobody	"Since the admin log uses a GFK with an integer `object_id`, creating, modifying or deleting an object with a non-integer primary key fails.

For instance, it's impossible to edit the following model in the admin:

{{{
from django.db import models

class Release(models.Model):
    version = models.CharField(max_length=16, primary_key=True)
}}}"	Bug	closed	contrib.admin	1.5	Normal	needsinfo			Accepted	0	0	0	0	0	0
