2
0

v0.22.2.rst 631 B

123456789101112131415161718
  1. v0.22.2 release notes
  2. =====================
  3. Bug fixes
  4. ---------
  5. * Form submission email contents were empty and being attached in a text file.
  6. The contents are now in the email as expected (Bug was introduced in 0.22.0).
  7. * Field labels in form submission emails now show the exact label as entered
  8. on the Wagtail page, instead of a "humanized" version of the field ID.
  9. * Fix layout of fields in the Wagtail admin, which may appear centered instead
  10. of left-aligned under certain StreamField conditions.
  11. * Regenerate initial migration file in project template, so that new projects
  12. are up to date with built-in models.