-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update to Wagtail 5.2 #443
Conversation
This is a change from Django 4.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.
Hey Dan, great work here. I'm struggling to provide you constructive feedback specific the PR, it looks good and works from testing.
There is however, two side quests, if you choose to accept them.
- Alter the Dockerfile to export the bash aliases again ( I miss
djrun and dj
). The file is there, it was just never added. - Alter the Dockerfile to run
createcachetable
upon build, it's a minor issues that can be resolved by a developer, but would make the initial setup painless.
These are however, outside the initial scope of this PR, so I will not block this PR.
Thanks - Will.
And Django 4.2 + related package updates.
Replaces modeladmin usage with
ModelViewSet
for packages and taxonomyDoes a bit of tidy-up. The commits are fairly atomic