mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 03:19:57 -02:30
Fix up models, clean up code re: PR comments
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user