2
0

v0.22.3.rst 482 B

1234567891011121314
  1. v0.22.3 release notes
  2. =====================
  3. Bug fixes
  4. ---------
  5. * Form submission emails were broken on custom form pages which override
  6. ``get_form_fields()`` and do not return fields as classes inheriting
  7. ``AbstractFormField`` (Bug was introduced in 0.22.2).
  8. * Prevent upward path traversals outside of ``CODERED_PROTECTED_MEDIA_ROOT``
  9. when serving protected media files. This only applies to logged in users,
  10. anonymous users do not have permission to access this URL.