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

Fixes data initialization when multiple types given to ListField/EmbeddedField #129

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

Commits on Nov 26, 2018

  1. Fixes data initialization when multiple types given to ListField and …

    …EmbeddedField
    
    This works to find the most suitable type by checking for the most matching
    values keys in the available types.
    
    Signed-off-by: Chris Lapa <[email protected]>
    GusBricker committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    8ed1702 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. models: removes debug print statement.

    Signed-off-by: Chris Lapa <[email protected]>
    GusBricker committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    cb1c16b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

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