Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fix included_data and data["included"] type consistency. #268

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Nov 7, 2019

  1. Fix included_data and data["included"] tpe consistency.

    included resource objects in the json api is a list but the schema implementation
    needs it to be a dict indexed by type and id.
    The new test checks that loading and then dumping with the same schema object on a
    dict with an included resource works. It is needed for Flask-rest-jsonapi that re-uses schema between load and dump.
    Adrian committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    ea9be2c View commit details
    Browse the repository at this point in the history
  2. Add myself to authors

    Adrian committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    cce819a View commit details
    Browse the repository at this point in the history
  3. Remove useless str cast.

    Adrian committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    5b9f22e View commit details
    Browse the repository at this point in the history
  4. Make the new test marshmallow2 compliant.

    Adrian committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    0403f3c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

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