Skip to content

Version 0.11.0

Latest
Compare
Choose a tag to compare
@chigby chigby released this 28 Nov 19:22
· 26 commits to main since this release
v0.11.0
0cfc28d
  • 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.