Changes between Initial Version and Version 1 of Ticket #31148
- Timestamp:
- Jan 9, 2020, 1:44:44 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31148 – Description
initial v1 7 7 q = q.union(M.objects.b_filter()) 8 8 print(q) 9 print(str( union_queryset.update(name='foo').query))9 print(str(q.update(name='foo').query)) 10 10 }}} 11 11