diff --git a/awx/api/serializers.py b/awx/api/serializers.py index 955abb9b74..ca9464f93b 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -5,6 +5,7 @@ import copy import json import logging +import operator import re import six import urllib diff --git a/awx/main/migrations/0035_v330_credtype_remove_become_methods.py b/awx/main/migrations/0036_v330_credtype_remove_become_methods.py similarity index 86% rename from awx/main/migrations/0035_v330_credtype_remove_become_methods.py rename to awx/main/migrations/0036_v330_credtype_remove_become_methods.py index 130a949ec7..3a43bd6a8b 100644 --- a/awx/main/migrations/0035_v330_credtype_remove_become_methods.py +++ b/awx/main/migrations/0036_v330_credtype_remove_become_methods.py @@ -10,7 +10,8 @@ from django.db import migrations class Migration(migrations.Migration): dependencies = [ - ('main', '0034_v330_more_oauth2_help_text'), + ('main', '0035_v330_more_oauth2_help_text'), + ] operations = [