﻿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
10346	Field overrides in model inheritance	narciso@…	nobody	"Why Django does'n implement a field overrides in a model ""Meta inheritance"". For example, in an abstract model, i put a field: name=CharField(max_length=40), and in an inherited model I want to override the field by: name=CharField(max_length=100)

This can be done in a Meta inheritance, because all fields reside in the model's db_table.
"		closed	Database layer (models, ORM)	1.0		invalid	inheritance		Unreviewed	0	0	0	0	0	0
