mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
parent
18dd184ef0
commit
0f4964535c
4 changed files with 5 additions and 8 deletions
|
@ -900,8 +900,8 @@ object, use ``django.db.connections[DEFAULT_DB_ALIAS]`` instead.
|
|||
|
||||
As part of this change, all underlying SQLite connections are now enabled for
|
||||
potential thread-sharing (by passing the ``check_same_thread=False`` attribute
|
||||
to pysqlite). ``DatabaseWrapper`` however preserves the previous behavior by
|
||||
disabling thread-sharing by default, so this does not affect any existing
|
||||
to ``pysqlite``). ``DatabaseWrapper`` however preserves the previous behavior
|
||||
by disabling thread-sharing by default, so this does not affect any existing
|
||||
code that purely relies on the ORM or on ``DatabaseWrapper.cursor()``.
|
||||
|
||||
Finally, while it's now possible to pass connections between threads, Django
|
||||
|
|
|
@ -387,7 +387,6 @@ psycopg
|
|||
Punycode
|
||||
Puthraya
|
||||
pyformat
|
||||
pysqlite
|
||||
pythonic
|
||||
qs
|
||||
queryset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue