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 options to override how Django Choice fields are converted to Enums #860

Merged
merged 12 commits into from
Mar 13, 2020

Commits on Feb 23, 2020

  1. Configuration menu
    Copy the full SHA
    edbb14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4b64fd View commit details
    Browse the repository at this point in the history
  3. Add schema test

    jkimbo committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    8c20e18 View commit details
    Browse the repository at this point in the history
  4. Rename settings field

    jkimbo committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    fdaa0bf View commit details
    Browse the repository at this point in the history
  5. Rename setting

    jkimbo committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    f9252e3 View commit details
    Browse the repository at this point in the history
  6. Add custom function setting

    jkimbo committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    ecdbae3 View commit details
    Browse the repository at this point in the history
  7. Add documentation

    jkimbo committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    cad3717 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fb8b17 View commit details
    Browse the repository at this point in the history
  9. Update graphene_django/converter.py

    Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
    jkimbo and syrusakbary committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    82fcb37 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    jkimbo committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    e208359 View commit details
    Browse the repository at this point in the history
  11. Update docs

    jkimbo committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    d0e3a04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9cff365 View commit details
    Browse the repository at this point in the history