Changes between Initial Version and Version 1 of Ticket #30053, comment 10
- Timestamp:
- Dec 28, 2018, 9:30:26 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30053, comment 10
initial v1 5 5 3. Object matching foo=bar and satisfy the condition -> update the object. 6 6 7 In the code below If there is an object foo=bar and doesn't satisfy condition date__lt=minimalthe object foo=bar will still get updated.7 In the code below If there is an object foo=bar and doesn't satisfy condition {{{date__lt=minimal}}} the object foo=bar will still get updated. 8 8 {{{#!python 9 9