Changes between Initial Version and Version 1 of Ticket #31377, comment 4


Ignore:
Timestamp:
Mar 20, 2020, 12:15:14 AM (4 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31377, comment 4

    initial v1  
    11Simon, I've created a patch to fix this problem.
    22I think the collision, in this case, is between `C.status` and the status annotation. if we remove `c_count=Count("c")` from the query we won't have the error. So, I created a `Book1` test model in my patch to simulate the query.
     3
     4[https://github.com/django/django/pull/12589 PR]
Back to Top