- Host documentation at https://z3cform.readthedocs.io
3.5.0
------------------
- Add support for Python 3.6.
- Drop support for Python 3.3.
- Avoid duplicated IDs when using a non-required field with ``z3c.formwidget.query.widget.QuerySourceRadioWidget``. [pgrunewald]
3.4.0
------------------
- Drop support for Python 2.6.
- Support Python 3.5 officially.
- Fix TypeError: object of type 'generator' has no ``len()``. Happens with z3c.formwidget.query. [maurits]
- Turned ``items`` into a property again on all widgets. For the select widget it was a method since 2.9.0. For the radio and checkbox widgets it was a method since 3.2.10. For orderedselect and multi it was always a property. Fixes https://github.com/zopefoundation/z3c.form/issues/44 [maurits]
- Fix handling of missing terms in collections. (See version 2.9 describing this feature.)
- Fix ``orderedselect_input.js`` resource to be usable on browser layers which do not extend ``zope.publisher.interfaces.browser.IDefaultBrowserLayer``.