﻿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
28589	When saving in admin, readonly fields are potentially overwritten	Fingal Plumpton	Fingal Plumpton	"On the admin page for a model, if a field is in readonly_fields or has editable=False, then saving that model from the admin will create an SQL query that sets the readonly field to it's value at the time the save button was clicked. This field might have been changed (e.g. by a command or some other process) during the time that the model is being saved, and with current behaviour it would then be overwritten to it's old value. 

Correct behaviour would be to not set the readonly field at all in the SQL query."	Bug	assigned	contrib.admin	dev	Normal		Admin SQL Overwrite		Unreviewed	1	0	0	0	1	0
