mirror of
https://github.com/django/django.git
synced 2025-10-10 07:19:11 +00:00
When looking for cached values in ManyRelatedManager and ForwardManyToOneDescriptor walk up the whole chain of ancestors (as long as they are cached) to find the prefetched relation.