mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typos in docs, comments, and exception messages.
This commit is contained in:
parent
177fa08339
commit
03db5fddfd
13 changed files with 22 additions and 21 deletions
|
@ -37,7 +37,7 @@ class SimpleDatabaseOperationTests(SimpleTestCase):
|
|||
self.assertEqual(self.ops.set_time_zone_sql(), '')
|
||||
|
||||
def test_sql_flush(self):
|
||||
msg = 'subclasses of BaseDatabaseOperations must provide an sql_flush() method'
|
||||
msg = 'subclasses of BaseDatabaseOperations must provide a sql_flush() method'
|
||||
with self.assertRaisesMessage(NotImplementedError, msg):
|
||||
self.ops.sql_flush(None, None, None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue