Changes between Initial Version and Version 1 of Ticket #30728
- Timestamp:
- Aug 23, 2019, 6:34:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30728 – Description
initial v1 47 47 48 48 I tested this with django 2.1 and it works as expected, so I'll now try to find the root cause of the error and give an update here 49 The issue in introduced in this commit [https://github.com/django/django/commit/097457afe47e50e76d53b1cd3312ba8364f866cb#diff-46e69f287173eef41fcbfeba05501954R274] 50 This line [https://github.com/django/django/blob/097457afe47e50e76d53b1cd3312ba8364f866cb/django/utils/autoreload.py#L274] absorbs all the exceptions not showing them to the developer.