#17264: in_bulk should prep the values with get_prep_value of the model's pk
field
-------------------------------+--------------------
Reporter: anonymous | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version:
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
currently in_bulk just does filter(pk__in=id_list), but id_list should
have its values cleaned with the model's pk field's get_prep_value
function before filtering.
--
Ticket URL: <https://code.djangoproject.com/ticket/17264>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.