Fix some inconsistencies after the merge

This commit is contained in:
Matthew Jones
2013-11-08 10:04:12 -05:00
parent 2a16ab38a5
commit 2ab4cab495
3 changed files with 13 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ from awx.main.models.organization import *
from awx.main.models.projects import *
from awx.main.models.inventory import *
from awx.main.models.jobs import *
from awx.main.registrar import activity_stream_registrar
# Monkeypatch Django serializer to ignore django-taggit fields (which break
# the dumpdata command; see https://github.com/alex/django-taggit/issues/155).