Vladimir Knobel
Vladimir Knobel
Were you able to fix it?
I get this: An unhandled exception occurred at $0000000100026759: EInOutError: Invalid file handle $0000000100026759 $000000010006602C
That doesn't seem to apply for AUTH_KEY and seems too verbose for an option. Since it can also be used in the future for other endpoints I'd leave it as...
@zerolab thanks for the update but be aware that the implementation in #604 is missing the validation and error messages in case the URL doesn't match the key.
@zerolab there's also a part of the PR that handles exceptions from the API and shows them correctly formatted to the end user, see `class ApiEndpointError(Exception)`. I can do a...
@raindeer @zerolab I'll be working on it tomorrow.
@kaedroho what is the current behaviour? I'm seeing that when creating pages programmatically, translated pages seem to get created automatically even though nobody translated it in the Wagtail Admin and...
@kaedroho going back to your original question, I think it should be a configurable option either in the settings or during the deletion of the source page.
How do you avoid caching in the Wagtail API? The issue is with an APIView, but I couldn't find a way for the middleware to ignore the API Calls.
Also here with a bunch of other packages