Kaydet (Commit) ddf4af88 authored tarafından Noenglish Professorbut's avatar Noenglish Professorbut

Correct a grammatical error: "it's related model"

I am no English professor, but "inheriting its related model" should not contain an apostrophe.

For reference, see http://theoatmeal.com/comics/apostrophe
üst 4323676e
...@@ -228,7 +228,7 @@ class OrderingTests(TestCase): ...@@ -228,7 +228,7 @@ class OrderingTests(TestCase):
def test_order_by_fk_attname(self): def test_order_by_fk_attname(self):
""" """
Ensure that ordering by a foreign key by its attribute name prevents Ensure that ordering by a foreign key by its attribute name prevents
the query from inheriting it's related model ordering option. the query from inheriting its related model ordering option.
Refs #19195. Refs #19195.
""" """
for i in range(1, 5): for i in range(1, 5):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment