Changes between Initial Version and Version 1 of Ticket #30600
- Timestamp:
- Jun 27, 2019, 4:50:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30600 – Description
initial v1 1 1 Yesterday I've been debugging for few hours my regexp in Converter class which seems to be not working correctly, when the real problem was my Converter's to_python() method which doesn't handle ValueError. 2 2 3 Django instead letting me know where lies the problem simply didn't find matching pattern and return 404 (so it acted like a regexp problem).3 Django instead letting me know where lies the problem simply didn't find matching pattern and returned 404 (so it acted like a regexp problem). 4 4 5 5 The line responsible for that is: