Changes between Initial Version and Version 1 of Ticket #14476, comment 2


Ignore:
Timestamp:
Aug 6, 2015, 11:38:00 AM (9 years ago)
Author:
Tim Graham

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.
     1There'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.
    22
    33Patch requires tests.
Back to Top