Changes between Version 5 and Version 6 of Ticket #26043, comment 4


Ignore:
Timestamp:
Jan 6, 2016, 11:50:30 AM (9 years ago)
Author:
Sven R. Kunze

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26043, comment 4

    v5 v6  
    77{{{
    88def make_view_atomic(self, view):
     9    from django.db import transaction, connections
    910    non_atomic_requests = getattr(view, '_non_atomic_requests', set())
    1011    for db in connections.all():
Back to Top