Removed obsolete references to pysqlite.

Obsolete since 1b06d5e6f6.
This commit is contained in:
Nick Pope 2022-11-03 21:46:07 +00:00 committed by Mariusz Felisiak
parent 18dd184ef0
commit 0f4964535c
4 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -387,7 +387,6 @@ psycopg
Punycode
Puthraya
pyformat
pysqlite
pythonic
qs
queryset