Changes between Initial Version and Version 1 of Ticket #17080, comment 3
- Timestamp:
- Oct 21, 2011, 5:52:27 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17080, comment 3
initial v1 1 1 Apologies... 2 2 3 Everything works fine for me without any patch if I make my custom descriptor subclass '''property''' 3 Everything works fine for me without any patch if I make my custom descriptor subclass '''property''' ...it's nothing to do with assigning directly to ''instance.!__dict!__[self.field.name]'' 4 4 5 5 I was copying Django's existing descriptors, all of which seem to subclass '''object''' instead.