Skip to content

v6.0.0

Compare
Choose a tag to compare
@czosel czosel released this 30 Aug 08:34
· 99 commits to main since this release
5b9efa0

Fix

  • Make document title and description not localized (39436b7)
  • dockerfile: Use correct settings (ddccc4d)

Breaking

  • Turn the document's title and description into regular CharFields/TextFields, instead of localized ones, because localized fields do not make sense for user-generated data. (39436b7) Requires v10.0.0 of @projectcaluma/ember-alexandria. Run manage.py migrate_document_title_and_description to migrate existing data.
  • drop poetry from prod build by building a wheel (249544d)