Closed stefanfoulis closed 5 years ago
an url containing an invalid month will cause a 500 error.
ValueError: month must be in 1..12
for an url like /blog/2016/0/
/blog/2016/0/
Seems to be resolved. I checked with one digit and two and is working. When you have 3 digits then is error page.
an url containing an invalid month will cause a 500 error.
ValueError: month must be in 1..12
for an url like
/blog/2016/0/