mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
The documentation and comments now all use 'an' to refer to the word SQL and not 'a'.
This commit is contained in:
parent
93dd31cadf
commit
4d13cc56de
13 changed files with 19 additions and 15 deletions
|
@ -246,7 +246,7 @@ class Sqlite3InMemoryTestDbs(TestCase):
|
|||
available_apps = []
|
||||
|
||||
@unittest.skipUnless(all(db.connections[conn].vendor == 'sqlite' for conn in db.connections),
|
||||
"This is a sqlite-specific issue")
|
||||
"This is an sqlite-specific issue")
|
||||
def test_transaction_support(self):
|
||||
"""Ticket #16329: sqlite3 in-memory test databases"""
|
||||
old_db_connections = db.connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue