- Release upload lock when name chooser fails. [maurits] (276) - Import Type Profile fails because code was using StringIO instead of ByteIO (279) - Do not acquire ``constrain_types_mode`` from parent when not defined [frapell] (284)
2.5.1
------------------
Bug fixes:
- Remove bbb for MessageFactory import. [jensens]
- Python 3 fixes. [jensens, pbauer]
2.5.0
------------------
New features:
- Add plone.schema>=1.1.0 as minimal dependency in setup.py. [timo]
- Add JSONField that has been added to plone.schema 1.1.0 to ALLOWED_FIELDS in types.py. [timo]
2.4.10
-------------------
Bug fixes:
- Python 3 fixes. [pbauer]
2.4.9
------------------
Bug fixes:
- Don't break if types are without widgets or groups. Fixes an error with displaying TTW Dexterity types via plone.app.contenttypes full_view. [thet]
2.4.8
------------------
Bug fixes:
- Do not fail in upgrade step or tests when portal_quickinstaller is not there. [maurits]