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

fix: rename incorrect keyword argument to parse_query_string #449

Closed

Commits on Dec 17, 2019

  1. fix: rename incorrect keyword argument to parse_query_string

    `falconparser` uses `falcon.util.uri.parse_query_string`, but uses
    an incorrect keyword argument name, `keep_blank_qs_values`. the correct
    argument name is `keep_blank`
    
    see: marshmallow-code#448
    dodumosu committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    e6227a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9bc82c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. chore: add changes requested by project lead

    this commit mostly consists of stylistic changes, for example
    using `distutils.version.LooseVersion` instead of the raw Falcon
    version string.
    
    other than that, the major change is dealing all Falcon versions
    greater than 1.X as using the updated keyword arg, and Falcon 1.x
    versions as using the legacy keyword arg (as opposed to just
    Falcon 1.x and 2.x).
    dodumosu committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    8d0cd5c View commit details
    Browse the repository at this point in the history
  2. chore: add name to AUTHORS

    dodumosu committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    88615f7 View commit details
    Browse the repository at this point in the history
  3. fix: fix typo

    dodumosu committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    48e661a View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. chore: refactor block

    dodumosu committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    5294a1e View commit details
    Browse the repository at this point in the history