Opened 4 years ago
Last modified 4 years ago
#32058 closed New feature
Add count to RawQueryset — at Version 1
Description (last modified by ) ¶
count() doesn't exist in RawQuerySet. It would be good to have the count method
AttributeError: 'RawQuerySet' object has no attribute 'count'
Here is an implementation:
https://stackoverflow.com/a/18179123/4508187
Note:
See TracTickets
for help on using tickets.