From a2536e1bdb2e42656325a57d727da4b666e6390d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Dunstr=C3=B6m?= Date: Fri, 27 Apr 2018 11:40:12 +0200 Subject: [PATCH] Added short note about Werkzeug redirect behaviour --- docs/api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 982c07ba..7b03a41a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -719,6 +719,8 @@ definition for a URL that accepts an optional page:: This specifies that ``/users/`` will be the URL for page one and ``/users/page/N`` will be the URL for page `N`. +Note: Underlying behaviour in Werkzeug redirect URLs containing a default value to its simpler form with a 301 redirect. + Here are the parameters that :meth:`~flask.Flask.route` and :meth:`~flask.Flask.add_url_rule` accept. The only difference is that with the route parameter the view function is defined with the decorator