Changes between Initial Version and Version 1 of Ticket #30484, comment 2
- Timestamp:
- May 16, 2019, 8:51:43 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30484, comment 2
initial v1 3 3 When #25367 lands it should even work without `RawSQL`: `Q(total__isnull=Q(total_last_updated__isnull=True))`. 4 4 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 th is filtering.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 the SQL at the Python level. 6 6 7 7 {{{#!python