Changes between Initial Version and Version 1 of Ticket #28333, comment 2


Ignore:
Timestamp:
Jan 3, 2020, 12:09:04 AM (4 years ago)
Author:
Bernd Wechner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28333, comment 2

    initial v1  
    33It strikes me as an aside that a more general approach may kill more birds with one stone. I noticed the rather excellent ExpressionWrapper(), and it struck me that a QueryWrapper() would be a more general solution that covers this particular need and will cover others as well, known and unknown at present.
    44
    5 In short QueryRapper would simply make an inner query of the QuerySet to date so that subsequent operations act upon it as if it were a table.
     5In short QueryWrapper would simply make an inner query of the QuerySet to date so that subsequent operations act upon it as if it were a table.
Back to Top