﻿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
22087	ModelForm Meta overrides are ignored by AdminReadonlyField	Ben Davis	nobody	"In some cases, we may want to override the label and/or help text for admin fields. This can be done on the `ModelForm`'s Meta class, or by passing the overrides to `ModelAdmin.get_form`. See documentation: [https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#overriding-the-default-fields Overriding the default fields]

When a field is readonly, the `AdminReadonlyField` class ignores the form overrides. Ideally the `AdminReadonlyField` should check first for the overrides on `form._meta`, and fallback to the `label_for_field()` and `help_text_for_field()` functions."	Bug	closed	contrib.admin	dev	Normal	fixed		Ben Davis	Accepted	1	0	0	0	1	0
