mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
@ -871,7 +871,7 @@ class SelectOnSaveTests(TestCase):
|
|||
with self.assertNumQueries(2):
|
||||
asos.save()
|
||||
self.assertTrue(FakeQuerySet.called)
|
||||
# This is not wanted behaviour, but this is how Django has always
|
||||
# This is not wanted behavior, but this is how Django has always
|
||||
# behaved for databases that do not return correct information
|
||||
# about matched rows for UPDATE.
|
||||
with self.assertRaises(DatabaseError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue