Changes between Initial Version and Version 1 of Ticket #30448, comment 2


Ignore:
Timestamp:
Sep 11, 2019, 8:08:16 AM (5 years ago)
Author:
Daniel Hahler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30448, comment 2

    initial v1  
    11Created https://github.com/django/django/pull/11769.
    22
    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.
    44
    55Not sure I understand that correctly: do you think the patch makes sense, or is still to naive?
Back to Top