mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +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
|
|
@ -229,7 +229,7 @@ class RawQueryTests(TestCase):
|
|||
|
||||
def test_inheritance(self):
|
||||
# date is the end of the Cuban Missile Crisis, I have no idea when
|
||||
# Wesley was bron
|
||||
# Wesley was born
|
||||
f = FriendlyAuthor.objects.create(first_name="Wesley", last_name="Chun",
|
||||
dob=date(1962, 10, 28))
|
||||
query = "SELECT * FROM raw_query_friendlyauthor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue