﻿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
30657	Allow model Fields to override their descriptor.	Jon Dufresne	Jon Dufresne	"Right now, a `Field` is assigned to the model instance attribute using the `DeferredAttribute` descriptor class.

https://github.com/django/django/blob/d89053585e11e869efcc9debb1c311b47b5e20ea/django/db/models/fields/__init__.py#L741

As discussed in [https://github.com/django/django/pull/11587 PR#11587], it would be useful to third party libraries and internally if this descriptor class could be customized to allow for custom behavior."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
