- Add blueprint to import translations from plone.app.multilingual. wesleybl
- Don't encode property value in Python 3. wesleybl
- Allows use of blueprint collective.jsonmigrator.owner in dexterity objects. wesleybl
- Don't encode path in Python 3. wesleybl
- Explicitly depends on six. wesleybl
- Don't use simplejson. wesleybl
- Add support to Plone 5.1 and Plone 5.2. wesleybl
- No longer depend on zope.app.container.notifyContainerModified.
Use from zope.container.contained import notifyContainerModified instead. mathias.leimgruber
- Python 3 compatibility ksuess