Commit Graph

2 Commits

Author SHA1 Message Date
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