Changes between Initial Version and Version 1 of Ticket #32107
- Timestamp:
- Oct 14, 2020, 7:25:50 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32107
- Property Summary repr of ProtectedError/RestrictedError raised from Collector.collect is not fully informative → ProtectedError/RestrictedError raised from Collector.collect has iterator as protected_objects/restricted_objects
-
Ticket #32107 – Description
initial v1 4 4 ("Cannot delete some instances of model 'A' because they are referenced through protected foreign keys: 'A.protect', 'B.protect'.", <itertools.chain object at 0x7f96b5cb6c40>) 5 5 }}} 6 7 As a result, the `repr` of exception in Sentry is not informative.