diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2022-11-03 21:46:07 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-04 08:03:06 +0100 |
| commit | 0f4964535cb81c12303dd103c4bdba4891c99c2c (patch) | |
| tree | 550568c683ce0e136cda4a2a474310ef50e2415d /docs | |
| parent | 18dd184ef0a490802b7c85bbf699010db7d0a628 (diff) | |
Removed obsolete references to pysqlite.
Obsolete since 1b06d5e6f6be8e567ce78c892c485af039830d7d.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.4.txt | 4 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index b3b3acda31..1c0f48eba5 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -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 diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 0b9180fd35..d156047492 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -387,7 +387,6 @@ psycopg Punycode Puthraya pyformat -pysqlite pythonic qs queryset |
