Changes between Initial Version and Version 1 of Ticket #16290
- Timestamp:
- Jun 17, 2011, 4:33:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16290
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #16290 – Description
initial v1 3 3 "This version of MySQL doesn't yet support'LIMIT & IN/ALL/ANY/SOME subquery'" 4 4 5 {{{ 5 6 objects = Model.objects.filter(key=value).values_list('id', flat=True)[:4] 6 7 Model.objects.filter(id!__in=objects) 8 }}} 7 9 8 10 Of course this example makes no sense.