Changes between Initial Version and Version 1 of Ticket #24445, comment 6
- Timestamp:
- Mar 5, 2015, 8:54:06 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24445, comment 6
initial v1 1 @claudep @timgraham {{{timedelta}}} is obviously the right thing to use here, and I'm not sure what in the world I was thinking when I used a string. I think it was because I was getting so used to typing the string value into the admin, and just totally spaced it. I'm sorry for wasting a ticket and your time before simply taking 30 seconds to RTFM @ https://docs.djangoproject.com/en/1.8/ref/models/fields/#durationfield 1 @claudep @timgraham {{{timedelta}}} is obviously the right thing to use here, and I'm not sure what in the world I was thinking when I used a string. I think it was because I was getting so used to typing the string value into the admin, and just totally spaced it. I'm sorry for wasting a ticket and your time before simply taking 30 seconds to RTFM @ https://docs.djangoproject.com/en/1.8/ref/models/fields/#durationfield (which clearly states that the value is {{{modeled in Python by timedelta}}}).