Changes between Initial Version and Version 1 of Ticket #32449, comment 3


Ignore:
Timestamp:
Feb 16, 2021, 2:43:01 PM (4 years ago)
Author:
João Carneiro Haas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32449, comment 3

    initial v1  
    4545
    4646So, to summarize, if there's a way I'm unaware of about encapsulating my query in a Django structure (such as in the `Func` `custom_name` example), yeah, I think this ticket is invalid. Otherwise, I really think there should be a way to run more specific queries while having the guarantee that stuff inside the final query will be there.
     47
     48Edit: So, maybe the ticket should be changed to implement some kind of `CustomQuery` class which would allow me to define a query and dependent fields, or receive arguments with `__` operators as in the `Func` example.
Back to Top