2.15.4.rst 535 B

1234567891011121314151617181920
  1. ============================
  2. Wagtail 2.15.4 release notes
  3. ============================
  4. *February 11, 2022*
  5. .. contents::
  6. :local:
  7. :depth: 1
  8. What's new
  9. ==========
  10. Bug fixes
  11. ~~~~~~~~~
  12. * Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
  13. * Fix issue where bulk actions would not work for object IDs greater than 999 when ``USE_THOUSAND_SEPARATOR`` (Dennis McGregor)
  14. * Fix syntax when logging image rendition generation (Jake Howard)