mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.
Backport of 34a06d99e0fc96a0f0648bfde141d342e963e971 from master
This commit is contained in:
parent
9abfe2c02d
commit
62048bcd62
@ -203,7 +203,7 @@ dictionary key, of course), regardless of your database engine. Such
|
|||||||
placeholders will be replaced with parameters from the ``params``
|
placeholders will be replaced with parameters from the ``params``
|
||||||
argument.
|
argument.
|
||||||
|
|
||||||
.. note:: Dictionary params not supported with SQLite
|
.. note::
|
||||||
|
|
||||||
Dictionary params are not supported with the SQLite backend; with
|
Dictionary params are not supported with the SQLite backend; with
|
||||||
this backend, you must pass parameters as a list.
|
this backend, you must pass parameters as a list.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user