Changes between Initial Version and Version 1 of Ticket #24863, comment 13


Ignore:
Timestamp:
Jun 6, 2023, 9:26:25 AM (12 months ago)
Author:
Lily Foote

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], Mark 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.
     1I 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.
Back to Top