Changes between Initial Version and Version 1 of Ticket #26797


Ignore:
Timestamp:
Jun 23, 2016, 4:57:26 AM (8 years ago)
Author:
Maxime Lorant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26797

    • Property Summary Reverse `related_name` of a proxy not accessible to inherited proxiesReverse `related_name` of a proxy not accessible to inherited proxies in queryset
  • Ticket #26797 – Description

    initial v1  
    4343}}}
    4444
    45 (Full traceback attached in a file) However, the same query using the `Mammal` proxy works and the reverse relation is available on single object:
     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:
    4646
    4747{{{
Back to Top