-
Notifications
You must be signed in to change notification settings - Fork 8
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
Wagtail 6.2 #41
Wagtail 6.2 #41
Conversation
…o’s Permission model
…ail 6.1" This reverts commit c9ae58f.
tox.ini
Outdated
@@ -33,7 +33,9 @@ deps = | |||
djangomain: git+https://github.com/django/django.git@main#egg=Django | |||
|
|||
wagtail5.2: wagtail>=5.2,<6.0 | |||
wagtail6.0: git+https://github.com/wagtail/wagtail.git@stable/6.0.x#egg=wagtail | |||
wagtail6.0: wagtail>=6.0,<6.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wagtail 6.0 is no longer supported, so may as well drop it from the matrix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ta, changed here: b8f2779
- update the README to reflect the supported versions.
any updates here? |
@dima23113 well, as far as I am aware wagtail-modeladmin should be compatible with Wagtail 6.2. |
This builds on the work done here: #40
Wagtail 6.2 upgrade check list
Add a link to the commit or file for each consideration if you made any code changes.
Code reviewing a consideration.
Use the tick box to indicate a consideration has been code reviewed as OK
Changes affecting all projects
Changes affecting wagtail customisations
Changes to undocumented internals