Changes between Version 1 and Version 2 of Ticket #24897, comment 1


Ignore:
Timestamp:
Jun 2, 2015, 3:51:51 AM (9 years ago)
Author:
zauddelig

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24897, comment 1

    v1 v2  
     1EDIT:
     2I was thinking that this:
     3{{{
     4choices = (format(timedelta(days=7)).replace("days, ",""), "one week")
     5}}}
     6would've work but it get blocked at `Field.validation` level, at that time the value is already checked against a timedelta
Back to Top