﻿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
24305	Allow overriding abstract model fields	Marten Kenbeek	Aron Podrigal	"Discussion on django-developers: https://groups.google.com/forum/#!topic/django-developers/6zUfnElOIks

I suggest we allow fields that are only defined on an abstract base class of a model, to be overridden by models directly inheriting the abstract class. As fields on an abstract class are python-only, and don't  live in the database yet, they can easily be switched for another field. If you use abstract models from sources outside your control, or if you reuse an abstract model multiple times, this allows for some flexibility without the need to copy the complete abstract class. "	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed		Marten Kenbeek Aron Podrigal ramezashraf@…	Ready for checkin	1	0	0	0	0	0
