1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

Americanized some spellings.

This commit is contained in:
Adam Johnson
2025-04-15 14:24:12 +01:00
committed by Sarah Boyce
parent 494d2dc316
commit 6ef0f5bc27
13 changed files with 41 additions and 41 deletions

View File

@@ -731,7 +731,7 @@ class TestCachedPathInfo(TestCase):
ForeignObjectRel implements __getstate__(), so copy and pickle modules
both use that, but ForeignObject implements __reduce__() and __copy__()
separately, so doesn't share the same behaviour.
separately, so doesn't share the same behavior.
"""
foreign_object_rel = Membership._meta.get_field("person").remote_field
# Trigger storage of cached_property into ForeignObjectRel's __dict__.