We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a813d commit f2b0881Copy full SHA for f2b0881
1 file changed
ietf/nomcom/migrations/0016_add_topics.py
@@ -20,7 +20,7 @@ class Migration(migrations.Migration):
20
name='Topic',
21
fields=[
22
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
23
- ('subject', models.CharField(help_text=b'This short description will appear on the Feedback pages.', max_length=255, verbose_name=b'Subject')),
+ ('subject', models.CharField(help_text=b'This short description will appear on the Feedback pages.', max_length=255, verbose_name=b'Name')),
24
('accepting_feedback', models.BooleanField(default=False, verbose_name=b'Is accepting feedback')),
25
('audience', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='name.TopicAudienceName')),
26
('description', models.ForeignKey(editable=False, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='description', to='dbtemplate.DBTemplate')),
0 commit comments