Fix up models, clean up code re: PR comments

This commit is contained in:
beeankha
2019-09-11 15:23:37 -04:00
parent 17a8e08d93
commit 1ddf9fd1ed
7 changed files with 22 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
# Generated by Django 2.2.4 on 2019-09-04 18:23
# Generated by Django 2.2.4 on 2019-09-11 13:44
from django.db import migrations, models
@@ -16,9 +16,9 @@ class Migration(migrations.Migration):
field=models.ManyToManyField(blank=True, related_name='organization_notification_templates_for_approvals', to='main.NotificationTemplate'),
),
migrations.AddField(
model_name='unifiedjobtemplate',
model_name='workflowjobtemplate',
name='notification_templates_approvals',
field=models.ManyToManyField(blank=True, related_name='unifiedjobtemplate_notification_templates_for_approvals', to='main.NotificationTemplate'),
field=models.ManyToManyField(blank=True, related_name='workflowjobtemplate_notification_templates_for_approvals', to='main.NotificationTemplate'),
),
migrations.AlterField(
model_name='workflowjobnode',