Changes between Initial Version and Version 1 of Ticket #31177
- Timestamp:
- Jan 17, 2020, 12:40:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31177 – Description
initial v1 1 1 Following #31166 , I made a regex search to find 90% of places where we use "raise" and should use "raise from". 2 2 3 PR: https://github.com/django/django/pull/12339 4 3 5 If this is too big for one PR, I could split it to smaller chunks.