Changes between Initial Version and Version 1 of Ticket #26797
- Timestamp:
- Jun 23, 2016, 4:57:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26797
- Property Summary Reverse `related_name` of a proxy not accessible to inherited proxies → Reverse `related_name` of a proxy not accessible to inherited proxies in queryset
-
Ticket #26797 – Description
initial v1 43 43 }}} 44 44 45 (Full traceback attached in a file) However, the same query using the `Mammal` proxy works and the reverse relation is available on singleobject:45 (Full traceback attached in a file) The same goes for "simple" query such as `Cat.objects.filter(dog_friends__isnull=False)`. However, using the `Mammal` proxy, both queries work and the reverse relation is available on single `Cat` object: 46 46 47 47 {{{