﻿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
12504	django.contrib.gis.admin.GeoModelAdmin ignores ModelAdmin.readonly_fields	friism	Krzysztof Żuraw	When using admin.GeoModelAdmin (or admin.OSMGeoAdmin), 'readonly_fields' (a feature currently only available in django svn) are not respected and the fields are rendered as editable (and can be changed). Strangely, using admin.GeoModelAdmin also makes non-geometry readonly fields editable. This, in spite of contrib/gis/admin/options.py clearly delegating field rendering of non-geometry fields to super (in this case ModelAdmin and then BaseModelAdmin).	Bug	closed	GIS	dev	Normal	fixed	geodjango admin readonly_fields		Accepted	0	0	0	0	0	0
