diff options
| author | wrwrwr <git@wr.waw.pl> | 2014-12-05 19:02:59 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-06 09:26:16 -0500 |
| commit | a80e4817a78589a52164020e13ae677dc60f2208 (patch) | |
| tree | 6c4db5add428574de64739e4c1bafccf0904c38a /docs | |
| parent | 00018642c958e529cac4563b68fd2d18ce59326b (diff) | |
[1.7.x] Cleaned up a note in docs/topics/db/sql.txt.
Backport of 34a06d99e0fc96a0f0648bfde141d342e963e971 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/sql.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index f791188375..c57ccbcacd 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -203,7 +203,7 @@ dictionary key, of course), regardless of your database engine. Such placeholders will be replaced with parameters from the ``params`` argument. -.. note:: Dictionary params not supported with SQLite +.. note:: Dictionary params are not supported with the SQLite backend; with this backend, you must pass parameters as a list. |
