Changes between Version 4 and Version 5 of Ticket #31701


Ignore:
Timestamp:
Jun 15, 2020, 1:16:47 AM (4 years ago)
Author:
Sultan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31701 – Description

    v4 v5  
    77This feature is not used in FileField. Then why use FileField.name instead of FileField.attname for FileDescriptor?
    88
    9 I think it would be better if FileDescriptor uses FileField.attname and continue working with the DeferredAttribute class.
     9I think it would be better if FileDescriptor extends the DeferredAttribute class and uses `field.attname` instead of `field.name`.
Back to Top