Pylons / deform

A Python HTML form library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chameleon 3.8.0 changes rendering of `checked` attribute in radios and checkboxes

stevepiercy opened this issue · comments

Chameleon 3.8.0 made changes that affect how radios and checkboxes render False values.

  • Expose default marker as importable symbol chameleon.tales.DEFAULT_MARKER.
  • Removed legacy flag literal_false. To get a similar behavior, use boolean_attributes.

For now, the workaround is to pin Chameleon < 3.8.0.

See malthe/chameleon#318

Fixed by #418

Do you know when can we have a release with this fix?

@sbrunner how about now? 😉

Thanks :-)