You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
Deform 2.0.9 and 2.0.10 have been released.
Here are the changes:
2.0.10 (2020-07-03)
Correct release date.
2.0.9 (2020-07-03)
Add boolean HTML attributes per Chameleon 3.8.0.
All checkboxes, radios, and selects that use boolean HTML
attributes (selected, checked, etc.) previously used
`literal_false` and would drop any `False` value from rendering
as an HTML attribute. In Chameleon 3.8.0, `literal_false` is
removed and must instead use `boolean_attributes` to set defaults.