Changes between Initial Version and Version 1 of Ticket #35491, comment 1
- Timestamp:
- May 30, 2024, 12:29:20 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35491, comment 1
initial v1 28 28 }}} 29 29 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 logic30 It 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 31 31 32 32 {{{#!python 33 33 Numeric.objects.filter( 34 array_field__ ioverlap=value34 array_field__loweroverlap=value 35 35 ) 36 36 }}}