Hi,

Raphael Hertzog wrote:
> Also does this also happen if you drop debug_toolbar from INSTALLED_APPS ?

It still happens without debug_toolbar.

> I have the feeling that this code path is only used when you actually want
> to print the SQL query that has been executed and this is usally only
> needed during development.
> 
> The regression has been introduced by this commit:
> 
> https://github.com/django/django/commit/4f6a7663bcddffb114f2647f9928cbf1fdd8e4b5
> 
> commit 4f6a7663bcddffb114f2647f9928cbf1fdd8e4b5
> Author: Aymeric Augustin <aymeric.augus...@m4x.org>
> Date:   Sun Sep 13 09:30:35 2015 +0200
> 
>     Refs #14091 -- Fixed connection.queries on SQLite.
> 
> It's supposed to fix https://code.djangoproject.com/ticket/14091 for
> SQLite. Christophe, can you verify that the issue is gone if you revert
> that change in your Django ?

Yes, reverting that one fixes my issue.

Thanks,
Christophe

Reply via email to