Changes between Initial Version and Version 1 of Ticket #25171


Ignore:
Timestamp:
Jul 23, 2015, 4:25:36 PM (9 years ago)
Author:
Fraser Harris
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25171

    • Property Keywords annotate count added; filter removed
  • Ticket #25171 – Description

    initial v1  
    1 Query:
     1A Queryset that has been annotated with a Count of a ManyToMany field can not be update'd.
     2
     3Example:
    24{{{
    35>>> Category.objects.annotate(Count('tiles')).update(name='foo')
Back to Top