Changes between Initial Version and Version 1 of Ticket #22055, comment 4


Ignore:
Timestamp:
Jan 11, 2017, 1:52:57 PM (7 years ago)
Author:
Anton Samarchyan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22055, comment 4

    initial v1  
    66
    77IMO, the right thing to do is:
    8   * Failing to resolve an URL from Django core -> no stack trace
     8  * Failing to resolve a URL from Django core -> no stack trace
    99  * Raising Http404 from a view -> no stack trace
    10   * Failing to resolve an URL 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)
Back to Top