mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed typos in docs and a test comment.
This commit is contained in:
parent
4d973f5939
commit
4ef107e34f
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ class MultiColumnFKTests(TestCase):
|
|||
self.assertEqual((person.id, person.name), (self.bob.id, "Bob"))
|
||||
|
||||
def test_get_fails_on_multicolumn_mismatch(self):
|
||||
# Membership objects returns DoesNotExist error when the there is no
|
||||
# Membership objects returns DoesNotExist error when there is no
|
||||
# Person with the same id and country_id
|
||||
membership = Membership.objects.create(
|
||||
membership_country_id=self.usa.id, person_id=self.jane.id, group_id=self.cia.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue