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

flask: using string keys for wsgi environ values #366

Commits on Jan 14, 2020

  1. flask: using string keys for wsgi environ values

    Some WSGI servers (such as Gunicorn) expect keys in the environ object
    to be strings.
    toumorokoshi committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c3c8a1d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. fixing lint errors

    toumorokoshi committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    d5b2b2f View commit details
    Browse the repository at this point in the history
  2. addressing lint errors.

    toumorokoshi committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    72e20cf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. addressing lint errors.

    toumorokoshi committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    4a0ec11 View commit details
    Browse the repository at this point in the history
  2. addressing lint errors

    toumorokoshi committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    4853982 View commit details
    Browse the repository at this point in the history
  3. fixing lint errors

    toumorokoshi committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    fb1311c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. addressing lint errors

    toumorokoshi committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    3979f40 View commit details
    Browse the repository at this point in the history
  2. addressing linting

    toumorokoshi committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    72872b4 View commit details
    Browse the repository at this point in the history