Changes between Initial Version and Version 1 of Ticket #31377, comment 4
- Timestamp:
- Mar 20, 2020, 12:15:14 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31377, comment 4
initial v1 1 1 Simon, I've created a patch to fix this problem. 2 2 I 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]