Skip to content

Only pass keyword arguments to the view function#450

Merged
greyli merged 1 commit intomainfrom
keyword-arg
Jul 15, 2023
Merged

Only pass keyword arguments to the view function#450
greyli merged 1 commit intomainfrom
keyword-arg

Conversation

@greyli
Copy link
Copy Markdown
Member

@greyli greyli commented Jul 15, 2023

fixes #427

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code docstring.
  • Add an entry in CHANGES.md summarizing the change and linking to the issue.
  • Add *Version changed* or *Version added* note in any relevant docs and docstring.
  • Run pytest and tox, no tests failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pass arguments in kwargs to view functions (same behavior as flask)

1 participant