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

Simplify (request.cookies.)getlist function #2838

Merged
merged 6 commits into from
Jun 23, 2024
Merged

Commits on Oct 14, 2023

  1. Remove the default argument to all uses of getlist in Sanic in case…

    … none are found. Previously it defaulted to returning `None`. Instead return an empty list which is sensible and avoids ambiguity with return types.
    Tronic committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b692309 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    f879f39 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    5cdd488 View commit details
    Browse the repository at this point in the history
  2. Keep default param

    ahopkins committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    390e76a View commit details
    Browse the repository at this point in the history
  3. squash

    ahopkins committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4cc9166 View commit details
    Browse the repository at this point in the history
  4. format

    ahopkins committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c806362 View commit details
    Browse the repository at this point in the history