Skip to content

Commit

Permalink
Set verbose name on LTIConsumerRegistrationToken
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed May 30, 2024
1 parent 6121e63 commit 03d35c9
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 5.0.6 on 2024-05-30 13:12

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('numbas_lti', '0090_merge_20240530_0854'),
]

operations = [
migrations.AlterModelOptions(
name='lticonsumerregistrationtoken',
options={'verbose_name': 'LTI consumer registration token', 'verbose_name_plural': 'LTI consumer registration tokens'},
),
]

0 comments on commit 03d35c9

Please sign in to comment.