~~~~~~~~~~~~~~~~~~~
- Reformatted the code using black.
- Added ``fields = '__all__'`` to the modelform as required by Django.
- Replaced the migrations generated by South.
- Added support for Django 1.8 LTS, 1.11 LTS and 2.1 while dropping
support for some older versions. Added support for Python 3.
- Added a testsuite, Travis CI integration and documentation on
readthedocs.io.
- Added a ``ModelAdminWithSpecification`` class which is especially
useful if you want to group specification fields into their own
fieldsets.