Added short note about Werkzeug redirect behaviour

This commit is contained in:
Hampus Dunström 2018-04-27 11:40:12 +02:00
parent 78b56dbf2c
commit a2536e1bdb

View file

@ -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