Changes between Initial Version and Version 1 of Ticket #30448, comment 2
- Timestamp:
- Sep 11, 2019, 8:08:16 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30448, comment 2
initial v1 1 1 Created https://github.com/django/django/pull/11769. 2 2 3 > but I agree that not considering self.in_atomic_block in the check against settings_dict["AUTOCOMMIT"]is way too naive to determine the connection is unusable or obsolete.3 > but I agree that not considering `self.in_atomic_block` in the check against `settings_dict["AUTOCOMMIT"]` is way too naive to determine the connection is unusable or obsolete. 4 4 5 5 Not sure I understand that correctly: do you think the patch makes sense, or is still to naive?