Changes between Version 5 and Version 6 of Ticket #26043, comment 4
- Timestamp:
- Jan 6, 2016, 11:50:30 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26043, comment 4
v5 v6 7 7 {{{ 8 8 def make_view_atomic(self, view): 9 from django.db import transaction, connections 9 10 non_atomic_requests = getattr(view, '_non_atomic_requests', set()) 10 11 for db in connections.all():