From e626a3f993fc0581a3e0770a3930ac1fc20196cb Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 22 Dec 2018 23:11:36 +0000 Subject: Renamed Sqlite and Sqlite3 references to SQLite. --- tests/bulk_create/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bulk_create') diff --git a/tests/bulk_create/tests.py b/tests/bulk_create/tests.py index eb7d2a9e28..6f0e324111 100644 --- a/tests/bulk_create/tests.py +++ b/tests/bulk_create/tests.py @@ -113,7 +113,7 @@ class BulkCreateTests(TestCase): Country.objects.bulk_create([valid_country, invalid_country]) def test_batch_same_vals(self): - # Sqlite had a problem where all the same-valued models were + # SQLite had a problem where all the same-valued models were # collapsed to one insert. Restaurant.objects.bulk_create([ Restaurant(name='foo') for i in range(0, 2) -- cgit v1.3