feat(organizations): migrate source storage to polymorphic records

This commit is contained in:
2026-05-19 10:23:53 +02:00
parent 19a7d5a91c
commit 4ca2fa25d5
44 changed files with 7129 additions and 1551 deletions

View File

@@ -53,6 +53,7 @@ dependencies = [
"whitenoise>=6.11.0",
"djangorestframework-stubs>=3.14.5",
"python-docx>=1.2.0",
"django-polymorphic>=3.1,<4.0",
]
[project.optional-dependencies]