wagtail-metadata-mixin
wagtail-metadata-mixin copied to clipboard
Ensure compatibility with Wagtail 3.0
Work In Progress PR to implement #17. Not yet intended for merging.
Work done:
- Apply Wagtail 3.0 changes to module paths
- Replace ImageChooserPanel with FieldPanel
- Remove obsolete Wagtail SiteMiddleware references
- Remove default_app_config for Django 3.2
- Update requirements.txt and setting for example app
- Update external links in base.html
- Start updating README.rst and setup.cfg
- Fix linter complaints
To do:
- review testing and desired package compatability
- update tox.ini
- continue updating README.rst and setup.cfg Maybe other things as well that I have not thought of yet.
@bashu here is initial, incomplete PR. Running tests locally with pytest is not working for me. Would welcome your views on how to proceed, or I would be happy for you to take it from here; if you wish.