﻿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
13225	new object with readonly m2m field through an error in the admin	benc	nobody	"I have a model with m2m field that I want to be readonly.

I want the admin user to be able to see this field but not edit it and I'll populate it in the model save method.

When trying to create a new model instance I'm getting:

{{{
instance needs to have a primary key value before a many-to-many relationship can be used.
}}}


It should be able to just put an empty string or None in the readonly field.

Thanks"		closed	contrib.admin	1.2-beta		duplicate	admin, readonly_fields, m2m		Unreviewed	0	0	0	0	0	0
