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

Format required checks for relationships #299

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    55e5e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7d58d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Clarify output of ErrorView raw attribute functions

    Uses a new `error_attrs` type to represent the raw output of
    `build_error`. This is the output of some of the newer error functions.
    
    Also includes an `error_attrs` suffix on those functions to highlight
    that they return the raw `build_error` output structure instead of the
    JSON:API-friendly error structure returned by most of the other
    ErrorView functions.
    matt-glover committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    175439f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fc536 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c09e3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d68964e View commit details
    Browse the repository at this point in the history