Removes atomic transaction for buildwatson

This commit is contained in:
Dustin Broderick 2017-11-28 12:58:57 -07:00
parent 2226de139b
commit 3c6c342129
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ class Command(BaseCommand):
help='Search engine models are registered with'
)
@transaction.atomic()
def handle(self, *args, **options):
"""Runs the management command."""
activate(settings.LANGUAGE_CODE)