Removes atomic transaction for buildwatson

This commit is contained in:
Dustin Broderick 2017-11-28 12:58:57 -07:00
parent 2226de139b
commit 3c6c342129

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)