Browse Source

Merge pull request #1448 from fordhurley/custom_converters

Mention that custom converters can be defined for url routes
pull/1450/head
Markus Unterwaditzer 10 years ago
parent
commit
73c833568d
  1. 2
      docs/api.rst

2
docs/api.rst

@ -643,6 +643,8 @@ The following converters are available:
`path` like the default but also accepts slashes
=========== ===============================================
Custom converters can be defined using :attr:`flask.Flask.url_map`.
Here are some examples::
@app.route('/')

Loading…
Cancel
Save