Changes between Initial Version and Version 1 of Ticket #16367, comment 1
- Timestamp:
- Jul 8, 2011, 9:16:02 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16367, comment 1
initial v1 2 2 3 3 https://docs.djangoproject.com/en/dev/topics/http/middleware/#process-exception: 4 > Django calls process_exception() when a view raises an exception. 4 > Django calls process_exception() when a view raises an exception.[[BR]] 5 5 6 You're proposing to change its behavior, so that it will also be called if an exception happens in a middleware. This requires a decision by a core developer. 6 You're proposing to change its behavior, so that it will also be called if an exception happens in a middleware. 7 8 This requires a decision by a core developer.