---
* Moved the ``FormContent`` to the new module ``form_designer.contents``
to make the form designer usable without FeinCMS_.
* Replaced ``SortedDict`` with ``collections.OrderedDict``.
* Fixed an XSS vulnerability in the administration.
* Dropped compatibility with old Django versions (<1.8).
* Replaced the horrible form submission serialization of ``repr()`` and
``eval()`` with JSON.
* General packaging and code cleanups.