Matt Westcott

Results 440 comments of Matt Westcott

> Spoke about this at core team - there may be some tweaks needed for this with naming - but this is generally supported. For example `WAGTAIL_SETUPPY_NAME` kind of reads...

Merged in 82119360acf19961bf6169290995c916fdfe9bb6

Thanks for the report @th3hamm0r! I agree with your assessment - I'll open a PR to revert this commit.

Actually, just one thought, from the angle of "once it's part of the public API it's hard to put the genie back in the bottle"... should we rename the view...

This was discussed today on the Slack #support channel. It's hard to see how `csrf_exempt` can be made to work properly, as it relies on the CSRF middleware checking the...

Thanks @thenewguy! This looks good to me - a simple, backwards-compatible change that will allow people to solve this problem, and it doesn't preclude building a more out-of-the-box solution in...

Hi @th3hamm0r - sorry for the delay in responding here. There have been a few other recent issues that raise the question of how much "read-only" access to the page...

Too late for 4.1, sorry - I'm preparing the release candidate right now.

There's another occurrence of this elsewhere in the tests, which comes with a TODO note indicating that we can replace this with a formally supported method - will investigate. https://github.com/wagtail/wagtail/blob/57e309ab1448768b2c2ba2c47512dde8dd9a1b03/wagtail/tests/test_signals.py#L49-L52...