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:
committed by
Sarah Boyce
parent
494d2dc316
commit
6ef0f5bc27
@@ -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__.
|
||||
|
||||
Reference in New Issue
Block a user