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

Convert nullable BooleanField to nullable Boolean. #777

Merged
merged 3 commits into from
May 9, 2020
Merged

Convert nullable BooleanField to nullable Boolean. #777

merged 3 commits into from
May 9, 2020

Commits on Dec 26, 2019

  1. Convert nullable BooleanField to nullable Boolean.

    BooleanFields can now be made nullable using `null=True` in Django.
    Graphene used to convert all BooleanFields to a NonNull type; this
    commit fixes converting nullable BooleanFields.
    
    Fixes #486.
    jckw authored and jkimbo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    c6e022c View commit details
    Browse the repository at this point in the history
  2. Fix tests

    jkimbo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    f58e47a View commit details
    Browse the repository at this point in the history
  3. Fix non-null case

    jkimbo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    54630fe View commit details
    Browse the repository at this point in the history