Update to Django 5.2 LTS and Wagtail 7 LTS#4666
Conversation
24133a9 to
625e107
Compare
| # if child_data["type"] not in self.child_blocks: | ||
| # child_data["type"] = "char" | ||
|
|
||
| # return StreamValue(self, value, is_lazy=True) |
There was a problem hiding this comment.
@frjo so what you're saying is there was an change to StreamChild that broke this?
There was a problem hiding this comment.
In my testing I have yet to hit any snags while submitting & rendering stream fields
There was a problem hiding this comment.
Yes, need to compare the overridden funktion in Wagtail 5 vs 6/7.
|
so far everything has been working great & as expected! |
…ror but default function works.
…n SubmitButtonWidget.
65d951a to
01bcfa2
Compare
|
I found admin broke on the test instance until I deleted https://github.com/HyphaApp/hypha/blob/main/hypha/core/wagtail_hooks.py it didn't locally for some reason though |
|
Removed that file now. I removed all the wagtail css override files but missed this hook. It worked locally since the file was already in |
wes-otf
left a comment
There was a problem hiding this comment.
worked well for me so far! did a lot of testing on the test instance last week too as I was giving team demos, I think it's ready to go!
| # if child_data["type"] not in self.child_blocks: | ||
| # child_data["type"] = "char" | ||
|
|
||
| # return StreamValue(self, value, is_lazy=True) |
There was a problem hiding this comment.
In my testing I have yet to hit any snags while submitting & rendering stream fields
Fixes #4250
These are big updated so everything needs to be tested.
Things to test: