Re: Django template 'if ... is' feature design

2016-04-08 Thread Alasdair Nicol
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.

Re: Sqlite 3.12 breaks the Django test suite

2016-04-08 Thread Aymeric Augustin
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