===================
- Added configuration to make running prettier and ESLint easy.
- Added a different message when a region is empty and its ``inherited``
flag is set.
- Make the ``regions`` attribute on ``ContentEditorInline`` objects a
callable.
- Added a six dependency, Django 3.0 will ship without
``python_2_unicode_compatible``.
- Deprecated ``contents_for_mptt_item`` and removed the django-mptt
dependency from the testsuite.
- Made the dependency of our JS on ``django.jQuery`` explicit which is
necessary to avoid invalid orderings with Django 2.2 because of its
updated ``Media.merge`` algorithm.