Changes between Initial Version and Version 1 of Ticket #24959, comment 5
- Timestamp:
- Jun 9, 2015, 5:30:35 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24959, comment 5
initial v1 6 6 Event.objects.filter(**filters).update(start=F("start") + delta) 7 7 }}} 8 9 Seems like I've dealt with this in the past as well when calculating offsets for external application integration and had to simply resort to using the `total_seconds()` property.