Skip to content

Commit 2e326c0

Browse files
rtibblesbotclaude
andcommitted
chore: bump le-utils to 0.2.18
Provides RENDERABLE_PRESETS_ORDER for the included_presets bitmask. The new le-utils adds a QTI question type to exercises.question_choices, which Django picks up as an assessmentitem.type AlterField migration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 07b4f58 commit 2e326c0

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 3.2.25 on 2026-07-12 22:39
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('contentcuration', '0167_file_size_bigint_expand'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='assessmentitem',
15+
name='type',
16+
field=models.CharField(choices=[('input_question', 'Input Question'), ('multiple_selection', 'Multiple Selection'), ('single_selection', 'Single Selection'), ('free_response', 'Free Response'), ('perseus_question', 'Perseus Question'), ('QTI', 'QTI'), ('true_false', 'True/False')], default='multiple_selection', max_length=50),
17+
),
18+
]

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ djangorestframework==3.15.1
55
psycopg2-binary==2.9.11
66
django-js-reverse==0.10.2
77
django-registration==3.4
8-
le-utils==0.2.17
8+
le-utils==0.2.18
99
gunicorn==25.1.0
1010
django-postmark==0.1.6
1111
jsonfield==3.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ langcodes==3.5.1
180180
# via -r requirements.in
181181
latex2mathml==3.78.1
182182
# via -r requirements.in
183-
le-utils==0.2.17
183+
le-utils==0.2.18
184184
# via -r requirements.in
185185
markdown-it-py==4.0.0
186186
# via -r requirements.in

0 commit comments

Comments
 (0)