1.12.2.rst 622 B

12345678910111213141516171819
  1. ============================
  2. Wagtail 1.12.2 release notes
  3. ============================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Bug fixes
  10. ~~~~~~~~~
  11. * Migration for addition of ``Page.draft_title`` field is now reversible (Venelin Stoykov)
  12. * Fixed failure on application startup when ``ManifestStaticFilesStorage`` is in use and ``collectstatic`` has not yet been run (Matt Westcott)
  13. * Fixed handling of Vimeo and other oEmbed providers with a format parameter in the endpoint URL (Mitchel Cabuloy)
  14. * Fixed regression in rendering save button in wagtail.contrib.settings edit view (Matt Westcott)