mirror of
https://github.com/ansible/awx.git
synced 2026-09-05 03:18:29 -02:30
Shift Django to 1.6.x (>= 1.6.7).
This commit is contained in:
@@ -105,7 +105,7 @@ class Command(NoArgsCommand):
|
||||
self.logger.addHandler(handler)
|
||||
self.logger.propagate = False
|
||||
|
||||
@transaction.commit_on_success
|
||||
@transaction.atomic
|
||||
def handle_noargs(self, **options):
|
||||
self.verbosity = int(options.get('verbosity', 1))
|
||||
self.init_logging()
|
||||
|
||||
Reference in New Issue
Block a user