> On Jul 23, 2018, at 13:05, Christophe Pettus wrote:
>
>
>> On Jul 23, 2018, at 12:20, Mads Jensen wrote:
>>
>> Q(published__gt=datetime.date(2017, 10, 1))
>> =>
>> "table"."published" > '2017-10-01'::timestamp;
>>
>> is unfortunate because it turns the function mutable, and the index can
> On Jul 23, 2018, at 12:20, Mads Jensen wrote:
>
> Q(published__gt=datetime.date(2017, 10, 1))
> =>
> "table"."published" > '2017-10-01'::timestamp;
>
> is unfortunate because it turns the function mutable, and the index can
> therefore not be created (exact error message can be seen in the