Mads Jensen
|
c59aa9e6aa
|
Added test for combining Q objects with non-Q objects.
|
2018-03-29 13:58:55 -04:00 |
Tim Graham
|
9ba3df8240
|
Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _connector='AND' since it's a default value.
|
2018-02-12 15:23:41 -05:00 |
Tim Graham
|
b95c49c954
|
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword arguments.
|
2018-02-12 14:52:32 -05:00 |
Tom
|
bb0b6e5263
|
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficiency.
|
2017-05-25 09:06:25 -04:00 |
Tim Graham
|
1c3a6cec2a
|
Refs #28211 -- Added a test for ANDing empty Q()'s.
This test passes to due some logic in Node.add().
|
2017-05-25 09:02:13 -04:00 |
Ian Foote
|
508b5debfb
|
Refs #11964 -- Made Q objects deconstructible.
|
2017-02-23 20:47:48 -05:00 |