Changes between Version 1 and Version 2 of Ticket #32058


Ignore:
Timestamp:
Sep 30, 2020, 7:49:30 PM (4 years ago)
Author:
jkevingutierrez
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32058 – Description

    v1 v2  
    1 count() doesn't exist in RawQuerySet. It would be good to have the count method
     1count() doesn't exist in RawQuerySet.
    22
    33`AttributeError: 'RawQuerySet' object has no attribute 'count'`
Back to Top