From 4f6a7663bcddffb114f2647f9928cbf1fdd8e4b5 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 13 Sep 2015 09:30:35 +0200 Subject: Refs #14091 -- Fixed connection.queries on SQLite. --- docs/faq/models.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/faq') diff --git a/docs/faq/models.txt b/docs/faq/models.txt index efa9d34c9b..982b806c78 100644 --- a/docs/faq/models.txt +++ b/docs/faq/models.txt @@ -23,8 +23,6 @@ the following:: ``connection.queries`` includes all SQL statements -- INSERTs, UPDATES, SELECTs, etc. Each time your app hits the database, the query will be recorded. -Note that the SQL recorded here may be :ref:`incorrectly quoted under SQLite -`. If you are using :doc:`multiple databases`, you can use the same interface on each member of the ``connections`` dictionary:: -- cgit v1.3