Skip to content

Commit 6ed0dcc

Browse files
manuel-sommervalentijnscholtenMaffooch
authored
chore(deps): bump django-polymorphic from 4.8.0 to 4.10.5 (#14088)
* chore(deps): bump django-polymorphic from 4.8.0 to 4.9.0 * Update requirements.txt * Update requirements.txt * update * Update django-polymorphic version to 4.10.5 * Rename migration file for clarity --------- Co-authored-by: valentijnscholten <valentijnscholten@gmail.com> Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
1 parent d76caa8 commit 6ed0dcc

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Generated by Django 5.2.9 on 2026-01-14 09:27
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('dojo', '0257_pghistory_tags_backfill'),
10+
]
11+
12+
operations = [
13+
migrations.AlterModelOptions(
14+
name='answer',
15+
options={},
16+
),
17+
migrations.AlterModelOptions(
18+
name='choiceanswer',
19+
options={},
20+
),
21+
migrations.AlterModelOptions(
22+
name='choicequestion',
23+
options={},
24+
),
25+
migrations.AlterModelOptions(
26+
name='textanswer',
27+
options={},
28+
),
29+
migrations.AlterModelOptions(
30+
name='textquestion',
31+
options={},
32+
),
33+
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0257_pghistory_tags_backfill
1+
0258_alter_answer_options_alter_choiceanswer_options_and_more

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ django-environ==0.12.0
1212
django-filter==25.2
1313
django-imagekit==6.0.0
1414
django-multiselectfield==1.0.1
15-
django-polymorphic==4.8.0
15+
django-polymorphic==4.10.5
1616
django-crispy-forms==2.5
1717
django_extensions==4.1
1818
django-slack==5.19.0

0 commit comments

Comments
 (0)