Changes between Initial Version and Version 1 of Ticket #35491, comment 1


Ignore:
Timestamp:
May 30, 2024, 12:29:20 PM (4 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35491, comment 1

    initial v1  
    2828}}}
    2929
    30 It would also be pretty straightforward to define an `__ioverlap` [https://docs.djangoproject.com/en/4.2/howto/custom-lookups/#a-transformer-example transform] if you wanted to to encapsulate all of that logic
     30It would also be pretty straightforward to define an `__loweroverlap` [https://docs.djangoproject.com/en/4.2/howto/custom-lookups/#a-transformer-example transform] if you wanted to to encapsulate all of that logic
    3131
    3232{{{#!python
    3333Numeric.objects.filter(
    34     array_field__ioverlap=value
     34    array_field__loweroverlap=value
    3535)
    3636}}}
Back to Top