Changes between Initial Version and Version 1 of Ticket #29037
- Timestamp:
- Jan 18, 2018, 6:35:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29037 – Description
initial v1 4 4 5 5 {{{#!python 6 SomeModel.object. update(6 SomeModel.object.filter(id__in=[1,2]).update( 7 7 some_field=Case( 8 8 When(id=1, then=Value('Field value for ID=1')),