-
Notifications
You must be signed in to change notification settings - Fork 887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default to default_exceptionresponse_view for add_notfound_view and add_forbidden_view #494
Comments
Can you describe the API we should expose to let people change the append_slash but use the default exception view? |
Can we make it default, if view parameter is not specified to add_notfound_view? |
Probably. There is precedent for this in add_view: you can pass None as a |
@iElectric i'm lazy.. do you want to supply a patch for this? |
I'll come to it eventually :) |
bump? |
Uh-oh, totally forgot about this one. Putting it on todo stack. |
Currently, to achieve django-like APPEND_SLASH, I do:
It would be nice if those two views had a default value, in case developer want's to change only matching behavior. What do you think? :)
The text was updated successfully, but these errors were encountered: