You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
All views seem to validate & raise Http404 if given ratio_slug doesn't match pre-defined enumerations. Why bother with views at all, if the regex can reject bad request at the route level.
All views seem to validate & raise Http404 if given
ratio_slug
doesn't match pre-defined enumerations. Why bother with views at all, if the regex can reject bad request at the route level.Better yet, just compile a regex directly from settings
Then reduce
The text was updated successfully, but these errors were encountered: