Changes between Initial Version and Version 1 of Ticket #25171
- Timestamp:
- Jul 23, 2015, 4:25:36 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25171
- Property Keywords annotate count added; filter removed
-
Ticket #25171 – Description
initial v1 1 Query: 1 A Queryset that has been annotated with a Count of a ManyToMany field can not be update'd. 2 3 Example: 2 4 {{{ 3 5 >>> Category.objects.annotate(Count('tiles')).update(name='foo')