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

Use 422 Unprocessable Entity for Form deserialization errors, except GET and HEAD requests #1683

Merged
merged 8 commits into from
Feb 17, 2023

Commits on Jan 7, 2023

  1. Use 422 Unprocessable Entity for form deserialization errors

    Deserialization errors for `Form` previously always used `400 Bad
    Request`. However that should apply for `GET` requests. `POST` etc.
    should use `422`.
    
    Fixes #1680
    davidpdrsn committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    8a36b03 View commit details
    Browse the repository at this point in the history
  2. Update macro ui tests

    davidpdrsn committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    3f92217 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. update changelog

    davidpdrsn committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    fdacea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab4db4 View commit details
    Browse the repository at this point in the history
  3. Update docs

    davidpdrsn committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    1b6edb1 View commit details
    Browse the repository at this point in the history
  4. "might"

    davidpdrsn committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a0dbe12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    294833a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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