mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Removes atomic transaction for buildwatson
This commit is contained in:
parent
2226de139b
commit
3c6c342129
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue