Changes between Version 4 and Version 5 of Ticket #31701
- Timestamp:
- Jun 15, 2020, 1:16:47 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31701 – Description
v4 v5 7 7 This feature is not used in FileField. Then why use FileField.name instead of FileField.attname for FileDescriptor? 8 8 9 I think it would be better if FileDescriptor uses FileField.attname and continue working with the DeferredAttribute class.9 I think it would be better if FileDescriptor extends the DeferredAttribute class and uses `field.attname` instead of `field.name`.