====================
Added
-----
- A ``FilterSet``, courtesy of ``django_filter``, to improve the
``/search`` functionality.
Changed
-------
- Replaced function-based-views with a
``rest_framework.viewsets.ModelViewSet``.
- Use ``drf-writable-nested`` to handle nested model interactions.
- Testing more focused around the Annotator
`Storage <http://docs.annotatorjs.org/en/v1.2.x/storage.html>`_
documentation.