mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24018 -- Allowed setting pragma options on SQLite.
This commit is contained in:
committed by
Mariusz Felisiak
parent
66e47ac69a
commit
7a05b8a2fa
@@ -146,6 +146,13 @@ CSRF
|
||||
|
||||
* ...
|
||||
|
||||
Database backends
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ``"init_command"`` option is now supported in :setting:`OPTIONS` on SQLite
|
||||
to allow specifying :ref:`pragma options <sqlite-init-command>` to set upon
|
||||
connection.
|
||||
|
||||
Decorators
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user