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


Ignore:
Timestamp:
May 16, 2019, 8:51:43 AM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30484, comment 2

    initial v1  
    33When #25367 lands it should even work without `RawSQL`: `Q(total__isnull=Q(total_last_updated__isnull=True))`.
    44
    5 In the mean time if the above doesn't work I'd suggest you register [https://docs.djangoproject.com/en/2.2/howto/custom-lookups/ a custom Lookup] to express this filtering.
     5In the mean time if the above doesn't work I'd suggest you register [https://docs.djangoproject.com/en/2.2/howto/custom-lookups/ a custom Lookup] to express the SQL at the Python level.
    66
    77{{{#!python
Back to Top