On Thursday, 7 April 2016 23:21:37 UTC+1, Ryan Hiebert wrote:
>
>
> > On Apr 7, 2016, at 5:13 PM, Stephen Kelly > wrote:
>
> > * Why is there no 'is not' operator? ie '{% if a is not True %}'
>
> `is not` is probably logical addition, if somebody wants to put in the
> time to make it happen.
For the record, the discussion continues here:
https://www.sqlite.org/src/info/7f7f8026eda38
--
Aymeric.
> On 07 Apr 2016, at 18:27, Florian Apolloner wrote:
>
> mkdir ~/sqlite
> cd ~/sqlite
> git clone g...@github.com:django/django.git
> git clone g...@github.com:apollo13/sqlite_bug.git
> exp