~~~~~~~~~~~~~~~~~~~~~~~
.. _v22.1.0: https://github.com/feincms/feincms/compare/v22.0.0...v22.1.0
- Fixed the ``feincms_render_level`` render recursion protection.
- Wrapped the recursive saving of pages in a transaction, so if anything fails
we have a consistent state.
- Dropped more compatibility code for Django 1.x.
- Made ``medialibrary_orphans`` work again.
- Removed the ``six`` dependency since we're Python 3-only now.
- Updated the pre-commit hooks, cleaned up the JavaScript a bit.