Changes between Initial Version and Version 1 of Ticket #24959, comment 5


Ignore:
Timestamp:
Jun 9, 2015, 5:30:35 PM (9 years ago)
Author:
Fred Palmer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24959, comment 5

    initial v1  
    66Event.objects.filter(**filters).update(start=F("start") + delta)
    77}}}
     8
     9Seems 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.
Back to Top