Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-python/graphene-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.6
Choose a base ref
...
head repository: graphql-python/graphene-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 3 contributors

Commits on Dec 20, 2023

  1. Add support for validation rules (#1475)

    * Add support for validation rules
    
    * Enable customizing validate max_errors through settings
    
    * Add tests for validation rules
    
    * Add examples for validation rules
    
    * Allow setting validation_rules in class def
    
    * Add tests for validation_rules inherited from parent class
    
    * Make tests for validation rules stricter
    kiendang authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    feb7252 View commit details
    Browse the repository at this point in the history
  2. Provide setting to enable/disable converting choices to enums globally (

    #1477)
    
    Co-authored-by: Firas Kafri <3097061+firaskafri@users.noreply.github.com>
    Co-authored-by: Kien Dang <mail@kien.ai>
    3 people authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c416a2b View commit details
    Browse the repository at this point in the history
  3. Bump version

    firaskafri authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4d0484f View commit details
    Browse the repository at this point in the history
Loading