#32058: Add count to RawQueryset ---------------------------------+-------------------------------------- Reporter: jkevingutierrez | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized | Version: 3.1 Severity: Normal | Resolution: Keywords: | Triage Stage: Unreviewed Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 ---------------------------------+-------------------------------------- Description changed by jkevingutierrez:
Old description: > count() doesn't exist in RawQuerySet. It would be good to have the count > method > > Here is an implementation: > https://stackoverflow.com/a/18179123/4508187 New description: 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 -- -- Ticket URL: <https://code.djangoproject.com/ticket/32058#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/073.704888fea4dcf7f2c081e5fa93aebd25%40djangoproject.com.