1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00

Fixed typo in tests/one_to_one/tests.py docstring.

This commit is contained in:
Snow_Poijio 2018-02-12 22:44:49 +09:00 committed by Tim Graham
parent 6d794fb762
commit 7a715b3881

View File

@ -162,7 +162,7 @@ class OneToOneTests(TestCase):
def test_create_models_m2m(self): def test_create_models_m2m(self):
""" """
Modles are created via the m2m relation if the remote model has a Models are created via the m2m relation if the remote model has a
OneToOneField (#1064, #1506). OneToOneField (#1064, #1506).
""" """
f = Favorites(name='Fred') f = Favorites(name='Fred')