﻿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
32098	Made FieldFile use FileField.attname	Sultan	nobody	"In ticket #31701, I suggested making **FileDescriptor** a subclass of **DeferredAttribute** and using `FileField.attname` to access the field data, leaving `FileField.name` for users to freely and easily create their own subclasses (e.g. **ContentFileField**, **JSONContentFileField**, etc.) ), to represent data in a different format; `JSONContentFileField.attname` represents **File object** (field data) and `JSONContentFileField.name` represents deserialized JSON document to Python object (client data).

In the patch attached to ticket #31701, I fixed **FileField**, **ImageField** and their descriptors, but missed the **FieldFile**, which uses `FileField.name` when saving / deleting a file. I checked everything and made the necessary changes (2 lines)."	Cleanup/optimization	new	Database layer (models, ORM)	dev	Normal				Unreviewed	1	0	0	0	0	0
