Changes between Initial Version and Version 1 of Ticket #26063, comment 16
- Timestamp:
- Jan 11, 2016, 3:59:23 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26063, comment 16
initial v1 1 The OP mentions `Model.objects.filter(foo__in=array)` and says `params is a list of 25000 integers .`1 The OP mentions `Model.objects.filter(foo__in=array)` and says `params is a list of 25000 integers`. 2 2 3 3 I understand that as C = <number of fields in Model> and P = 25000.