Skip to content

Major improvements

Compare
Choose a tag to compare
@ffaraone ffaraone released this 23 Nov 09:00
· 24 commits to master since this release
071db18

Fix: date widgets must return datetimes in the local timezone.
New: timezone can be overridden for date widgets.
New: “default” can be a callable. It receives previous answers as argument.
New: “values” can be a callable for selectone and selectmany. It receives previous answers as argument.
New: “validate” method of validators receives a “context” kwarg with previous answers.