[Checkins] [zopefoundation/z3c.form] e258f6: Turned `items` into a property again on all widget...

GitHub noreply at github.com
Thu Sep 29 08:52:38 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.form
  Commit: e258f631c212f5ba4d9f625adf77dcfe91bfb92d
      https://github.com/zopefoundation/z3c.form/commit/e258f631c212f5ba4d9f625adf77dcfe91bfb92d
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
    M CHANGES.txt
    M src/z3c/form/browser/checkbox.py
    M src/z3c/form/browser/checkbox.txt
    M src/z3c/form/browser/radio.py
    M src/z3c/form/browser/radio.txt
    M src/z3c/form/browser/select.py

  Log Message:
  -----------
  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


  Commit: 32db40ca38408afcd84c57700e3edc93cbdad3ea
      https://github.com/zopefoundation/z3c.form/commit/32db40ca38408afcd84c57700e3edc93cbdad3ea
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M CHANGES.txt
    M src/z3c/form/browser/checkbox.py
    M src/z3c/form/browser/checkbox.txt
    M src/z3c/form/browser/radio.py
    M src/z3c/form/browser/radio.txt
    M src/z3c/form/browser/select.py

  Log Message:
  -----------
  Merge pull request #52 from zopefoundation/browser-items-property-master

Turned `items` into a property again on all widgets.


Compare: https://github.com/zopefoundation/z3c.form/compare/b3b829819ade...32db40ca3840


More information about the checkins mailing list