You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add handling of validation errors during creation of objects. This means when you write an autocomplete_create method on one of your Django models, you can raise a ValidationError during that method and wagtail-autocomplete will catch it and return a 400 response to the client, which gives the end-user a more informative error message.
Fix bug where searches failed if Django's CSRF cookie was configured with CSRF_COOKIE_HTTPONLY set to True
Update Javascript dependencies to remove security vulnerabilities.