projectcaluma / alexandria

Document management service
GNU General Public License v3.0
4 stars 10 forks source link

fix!: make document title and description not localized #625

Closed czosel closed 2 months ago

czosel commented 2 months ago

BREAKING CHANGE: This turns 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.

Run ./manage.py migrate_document_title_and_description <source_language> after deployment to fix existing database records.