diff --git a/dojo/db_migrations/0258_alter_answer_options_alter_choiceanswer_options_and_more.py b/dojo/db_migrations/0258_alter_answer_options_alter_choiceanswer_options_and_more.py new file mode 100644 index 0000000000..76974c8db9 --- /dev/null +++ b/dojo/db_migrations/0258_alter_answer_options_alter_choiceanswer_options_and_more.py @@ -0,0 +1,33 @@ +# Generated by Django 5.2.9 on 2026-01-14 09:27 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('dojo', '0257_pghistory_tags_backfill'), + ] + + operations = [ + migrations.AlterModelOptions( + name='answer', + options={}, + ), + migrations.AlterModelOptions( + name='choiceanswer', + options={}, + ), + migrations.AlterModelOptions( + name='choicequestion', + options={}, + ), + migrations.AlterModelOptions( + name='textanswer', + options={}, + ), + migrations.AlterModelOptions( + name='textquestion', + options={}, + ), + ] diff --git a/requirements.txt b/requirements.txt index 088e49999f..bd6de70fb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-environ==0.12.0 django-filter==25.2 django-imagekit==6.0.0 django-multiselectfield==1.0.1 -django-polymorphic==4.8.0 +django-polymorphic==4.10.5 django-crispy-forms==2.5 django_extensions==4.1 django-slack==5.19.0