summaryrefslogtreecommitdiff
path: root/tests/ordering
diff options
context:
space:
mode:
authorNoenglish Professorbut <noenglishprofessorbut@gmail.com>2016-03-09 20:40:17 -0800
committerNoenglish Professorbut <noenglishprofessorbut@gmail.com>2016-03-09 20:40:17 -0800
commitddf4af885fa3bc69e45781c10afa9e5ed3d90abc (patch)
tree2933386fbb06bda56fe883e6fa31600340c3490d /tests/ordering
parent4323676ea5ab6994feb1385522665069d84f397b (diff)
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
Diffstat (limited to 'tests/ordering')
-rw-r--r--tests/ordering/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ordering/tests.py b/tests/ordering/tests.py
index 027d5f1eb5..729b4e1386 100644
--- a/tests/ordering/tests.py
+++ b/tests/ordering/tests.py
@@ -228,7 +228,7 @@ class OrderingTests(TestCase):
def test_order_by_fk_attname(self):
"""
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.
"""
for i in range(1, 5):