wagtail-metadata-mixin icon indicating copy to clipboard operation
wagtail-metadata-mixin copied to clipboard

Ensure compatibility with Wagtail 3.0

Open Siburg opened this issue 2 years ago • 1 comments

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.

Siburg avatar Jun 04 '23 02:06 Siburg

@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.

Siburg avatar Jun 04 '23 03:06 Siburg