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

Add .load_to_dict method to base schema #213

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 23, 2022

  1. Add .load_to_mapping method to base schema

    This essentially does a raw marshmallow.Schema.load without
    converting any values to dataclasses.  The main point is
    to allow doing loads with `partial=True`.
    dairiki committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    dde31c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    07e7486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33ecbf View commit details
    Browse the repository at this point in the history