Skip to content

Commit

Permalink
Merge pull request #38 from zopefoundation/adamg-objectwidget
Browse files Browse the repository at this point in the history
MAJOR overhaul of ObjectWidget and a bunch of fixes
  • Loading branch information
agroszer committed Mar 9, 2016
2 parents 57c5346 + dd8c315 commit 436475a
Show file tree
Hide file tree
Showing 35 changed files with 4,710 additions and 335 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -12,3 +12,5 @@ coverage
develop-eggs
docs
parts
htmls
tags
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
install:
- travis_retry pip install tox
script:
Expand Down
12 changes: 11 additions & 1 deletion CHANGES.txt
Expand Up @@ -2,10 +2,20 @@
CHANGES
=======

3.3.0 (unreleased)
3.2.11 (unreleased)
-------------------

- Nothing changed yet.
- *MAJOR* overhaul of ObjectWidget:

* low level unittests passed, but high level was not tops
basic rule is that widgets want RAW values and all conversion
must be done in ``ObjectConverter``

* ``ObjectSubForm`` and ``SubformAdapter`` is removed,
it was causing more problems than good

* added high level integration tests


3.2.10 (2016-03-09)
Expand Down

0 comments on commit 436475a

Please sign in to comment.