Changes between Initial Version and Version 1 of Ticket #32107


Ignore:
Timestamp:
Oct 14, 2020, 7:25:50 AM (4 years ago)
Author:
Kwist
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32107

    • Property Summary repr of ProtectedError/RestrictedError raised from Collector.collect is not fully informativeProtectedError/RestrictedError raised from Collector.collect has iterator as protected_objects/restricted_objects
  • Ticket #32107 – Description

    initial v1  
    44("Cannot delete some instances of model 'A' because they are referenced through protected foreign keys: 'A.protect', 'B.protect'.", <itertools.chain object at 0x7f96b5cb6c40>)
    55}}}
     6
     7As a result, the `repr` of exception in Sentry is not informative.
Back to Top