mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Backport of 93452a70e8 from master
This commit is contained in:
@@ -1504,7 +1504,7 @@ class M2mThroughFieldsTests(IsolatedModelsTestCase):
|
||||
]
|
||||
self.assertEqual(expected, errors)
|
||||
|
||||
def test_insersection_foreign_object(self):
|
||||
def test_intersection_foreign_object(self):
|
||||
class Parent(models.Model):
|
||||
a = models.PositiveIntegerField()
|
||||
b = models.PositiveIntegerField()
|
||||
|
||||
Reference in New Issue
Block a user