Bugfixes:
- Do not include HTTP examples using data_files anymore, but move them
below src/plone/restapi instead and use package_data to include
them. lgraf
- Rename Dexterity content before adding it to a container. buchi
- Avoid hard dependency on Archetypes introduced in 3.0.0. This fixes
issue 570(https://github.com/plone/plone.restapi/issues/570).
buchi
- Make setup.py require plone.behavior >= 1.1. This fixes 575.
timo
- Fixes `test_search` to work with bug fixed `plone.indexer`. Now
`DXTestDocument` explicit got an attribute `exclude_from_nav`. This
fixes [issue
579](https://github.com/plone/plone.restapi/issues/579). Refers to
[Products.CMFPlone Issue
2469](https://github.com/plone/Products.CMFPlone/issues/2469)
jensens