-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the project working with Wagtail 4.1+ #489
base: master
Are you sure you want to change the base?
Conversation
…n all the urls.py files
and use FieldPanel instead of SnippetChooserPanel
Happy to merge this when you are ready |
Hi @JamesRamm I think this is in a good pace to be merged now. There's still a need to look at the contrib apps. I think my next step will be to work on the use of modeladmin and use the replacement https://github.com/wagtail-nest/wagtail-modeladmin which will allow the app to be used up to the latest Wagtail 6.2 release I also plan on updating the demo app: https://github.com/longclawshop/longclaw_demo that will help me understand what still needs fixing/updating. The |
I discovered while working on the demo app that the basket api url needed a small change. The node dependencies could do with an update so for now I have locked them to the original versions and bumped node to v16 to prevent errors when running |
Hi @JamesRamm If you are happy with this so far I would like you to merge it now so that I can move forward with another round of updates over the next few weeks. Thanks |
Modernise the project for later versions of python, Django and Wagtail.
The aim is to support modern versions of Django and Wagtail and continue to use the existing tests to ensure compatibility.
TODO: These are parts of the project that need further work.
The dashboard panels need further work to be compatible with Wagtail 4.1+