Opened 13 years ago
Last modified 8 years ago
#18717 closed Bug
Setting attributes on deferred objects should trigger field's descriptor's __set__() — at Initial Version
Description ¶
Setting attributes on deferred objects (DeferredAttribute) should trigger original field's descriptor's set() (if any).
Currently, specially for custom fields set up as descriptors defining set(), the original field's set is never called when setting object attributes on deferred fields.
Note:
See TracTickets
for help on using tickets.