Changes between Initial Version and Version 1 of Ticket #30600


Ignore:
Timestamp:
Jun 27, 2019, 4:50:05 AM (5 years ago)
Author:
Fraterius
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30600 – Description

    initial v1  
    11Yesterday 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.
    22
    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).
     3Django instead letting me know where lies the problem simply didn't find matching pattern and returned 404 (so it acted like a regexp problem).
    44
    55The line responsible for that is:
Back to Top