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

Allow Partial to annotate fields of nested classes #288

Merged

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    e9cfacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec76af View commit details
    Browse the repository at this point in the history
  3. added test for runtime behaviour of Partial on classes that don't inh…

    …erit from pydantic.BaseModel
    Harry-Lees committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    456b0f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2df0748 View commit details
    Browse the repository at this point in the history
  5. raise ImproperlyConfiguredException if class passed to Partial doesn'…

    …t inherit from BaseModel
    Harry-Lees committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c9fde34 View commit details
    Browse the repository at this point in the history
  6. added test to ensure Partial raises ImproperlyConfiguredException if …

    …an invalid class is given
    Harry-Lees committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a1e0e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

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