hasgeek / baseframe

Baseframe for Hasgeek projects
BSD 3-Clause "New" or "Revised" License
12 stars 17 forks source link

Deprecate form_nonce (stage 1a of 2) #475

Closed jace closed 2 months ago

jace commented 2 months ago

Use callable default for interim compatibility with downstream usage, where it was common to have form.form_nonce.data = form.form_nonce.default(). Fixes an oversight in #474.