Commit Graph

4 Commits

Author SHA1 Message Date
David Lord a7b02b3a07
converters have access to session 2021-05-14 08:11:09 -07:00
David Lord 524fd0bc8c
apply pyupgrade 2020-04-04 12:10:00 -07:00
David Lord c65863912b
move url matching after opening session 2019-06-13 12:40:01 -07:00
Elad Moshe 1ff98a2d21
wait until app ctx is ready before matching url
`RequestContext.match_request` is moved from `__init__` to `push`. This
causes matching to happen later, when the app context is available.
This enables URL converters that use things such as the database.
2019-06-13 08:32:23 -07:00