Changes between Initial Version and Version 1 of Ticket #14476, comment 2
- Timestamp:
- Aug 6, 2015, 11:38:00 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14476, comment 2
initial v1 1 There's a slight problem here in that filter(answer__count)could be referring to a default aggregate alias, or a field called count on the answer model. However, I think we can live with that ambiguity.1 There's a slight problem here in that `filter(answer__count)` could be referring to a default aggregate alias, or a field called count on the answer model. However, I think we can live with that ambiguity. 2 2 3 3 Patch requires tests.