* Correctly handle new-format ListBlock elements as of Wagtail 2.15 (Jacob Topp-Mugglestone)
0.8.3
~~~~~~~~~~~~~~~~~~
* Dropped support for Python 3.5 * Django 4.0 and (provisional) Wagtail 3.0 compatibility (Matthew Westcott) * Prevent FileFieldAdapter adding BASE_URL to absolute URLs (Haydn Greatnews)
0.8.2
~~~~~~~~~~~~~~~~~~
* Fix failing migrations on Wagtail <2.12 (Matthew Westcott)
0.8.1
~~~~~~~~~~~~~~~~~~
* Ensure all chooser API requests are authenticated (Jacob Topp-Mugglestone) * Add default_auto_field to prevent warnings under Django 3.2 (Matthew Westcott) * Only break circular dependencies at soft dependencies (Matthew Westcott)
0.8
~~~~~~~~~~~~~~~~~~
* Add a permission required to import content (Nick Smith)