Changes between Initial Version and Version 1 of Ticket #24747, comment 4
- Timestamp:
- May 14, 2016, 5:27:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24747, comment 4
initial v1 5 5 I would hope to get this done before django 1.10, but my time lately has been totally consumed by day-job and family. 6 6 7 As far as distinct queries go, distinct would have to support F() expressions internally for this patch to have any effect there. I'm not even certain that this would be enough, because I think you'd still need to have the field__transformin the select list. I haven't played with this enough to know though.7 As far as distinct queries go, distinct would have to support `F()` expressions internally for this patch to have any effect there. I'm not even certain that this would be enough, because I think you'd still need to have the `field__transform` in the select list. I haven't played with this enough to know though.