Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with Werkzeug 2.2 and Flask 2.2 #691

Merged
merged 2 commits into from
Jul 25, 2022
Merged

Commits on Jul 25, 2022

  1. revert #462 and #663

    Fixes compatibility with Werkzeug 2.2. The change introduced by the
    referenced PRs was incorrect, dynamic domains should be managed with
    Flask's url callbacks instead of attempting to re-parse the rule.
    davidism committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f8a2c84 View commit details
    Browse the repository at this point in the history
  2. store user on g instead of app_ctx_stack.top

    Fixes compatibility with Flask 2.2
    davidism committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    359fb00 View commit details
    Browse the repository at this point in the history