Add new help text to migrations

pull/6257/head
jacobtoppm 2020-03-03 15:27:19 +00:00 zatwierdzone przez Matt Westcott
rodzic 9d8ebfb458
commit f6ea6e9c33
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# Generated by Django 3.0.3 on 2020-02-21 14:11
# Generated by Django 3.0.3 on 2020-03-03 15:26
from django.conf import settings
from django.db import migrations, models
@ -125,6 +125,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='groupapprovaltask',
name='groups',
field=models.ManyToManyField(to='auth.Group', verbose_name='groups'),
field=models.ManyToManyField(help_text='Pages at this step in a workflow will be moderated or approved by these groups of users', to='auth.Group', verbose_name='groups'),
),
]