Changes between Initial Version and Version 1 of Ticket #24863, comment 13
- Timestamp:
- Jun 6, 2023, 9:26:25 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24863, comment 13
initial v1 1 I agree with [https://github.com/django/django/pull/16919/files#r1217066741 Lily], Mar kand Carl weren't convinced either. Using properties in `Queryset` to perform queries is confusing, it gets even more puzzling when we realize that some of them (e.g. `ordered`, `query`) have to be omitted in a potential implementation. IMO, it's not worth the additional complexity.1 I agree with [https://github.com/django/django/pull/16919/files#r1217066741 Lily], Marc and Carl weren't convinced either. Using properties in `Queryset` to perform queries is confusing, it gets even more puzzling when we realize that some of them (e.g. `ordered`, `query`) have to be omitted in a potential implementation. IMO, it's not worth the additional complexity.