Changes between Initial Version and Version 1 of Ticket #28762, comment 4
- Timestamp:
- Nov 1, 2017, 7:59:22 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28762, comment 4
initial v1 1 It seems like we just need to make the parameters to `cur.execute` always be hashable. So in this case the list `[1, 2, 4, 8, 16, 32, 64, 128]` returned from `get_db_prep_value`. I've added a patch.1 It seems like we just need to make the parameters to `cur.execute` always be hashable. So in this case the list `[1, 2, 4, 8, 16, 32, 64, 128]` returned from `get_db_prep_value`. I've added a [https://github.com/django/django/pull/9322 PR].