Changes between Version 1 and Version 3 of Ticket #28101
- Timestamp:
- 04/20/17 12:34:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28101
- Property Cc stein.magnus@… added
-
Ticket #28101 – Description
v1 v3 85 85 Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from evaluating inner_qs. 86 86 }}} 87 88 while it was first fixed in: 89 {{{ 90 commit 46ecfb9b3a11a360724e3375ba78c33c46d6a992 91 Author: Anssi Kääriäinen <anssi.kaariainen@thl.fi> 92 Date: Thu Feb 11 08:39:37 2016 +0200 93 94 Fixed #26196 -- Made sure __in lookups use to_field as default. 95 96 Thanks Simon Charette for the test. 97 98 }}}