Changes between Initial Version and Version 1 of Ticket #22055, comment 4
- Timestamp:
- Jan 11, 2017, 1:52:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22055, comment 4
initial v1 6 6 7 7 IMO, the right thing to do is: 8 * Failing to resolve a nURL from Django core -> no stack trace8 * Failing to resolve a URL from Django core -> no stack trace 9 9 * Raising Http404 from a view -> no stack trace 10 * Failing to resolve a nURL from a view -> stack trace (and arguably 500 response code but there's backwards compatibility to worry about)10 * Failing to resolve a URL from a view -> stack trace (and arguably 500 response code but there's backwards compatibility to worry about)