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.5
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.1.6
Choose a head ref
  • 12 commits
  • 39 files changed
  • 10 contributors

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    720db1f View commit details
    Browse the repository at this point in the history
  2. fix: empty list is not an empty value for list filters even when a cu…

    …stom filtering method is provided (#1450)
    
    Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
    tcleonard and Thomas Leonard committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0473f1a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. adding optional_field in Serializermutation to enfore some fields to …

    …be optional (#1455)
    
    * adding optional_fields to enforce fields to be optional
    
    * adding support for all
    
    * adding unit tests
    
    * Update graphene_django/rest_framework/mutation.py
    
    Co-authored-by: Kien Dang <kiend@pm.me>
    
    * linting
    
    * linting
    
    * add missing import
    
    ---------
    
    Co-authored-by: Kien Dang <kiend@pm.me>
    mahmoudmostafa0 and kiendang committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e49a01c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Typo fixes (#1459)

    * Fix Star Wars spaceship name
    
    * Fix some typos in comments
    
    * Typo fixes
    
    * More typo fixes
    lilac-supernova-2 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    67def2e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Support displaying deprecated input fields in GraphiQL docs (#1458)

    * Update GraphiQL docs URL in docs/settings
    
    And deduplicate link declaration.
    
    * Support displaying deprecated input fields in GraphiQL docs
    romainletendart committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ee7560f View commit details
    Browse the repository at this point in the history
  2. Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_…

    …sri param to render_graphiql function of the GraphQlView (#1418) (#1460)
    mnasiri committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    83d3d27 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fix test Client headers for Django 4.2 (#1465)

    * Fix test Client headers for Django 4.2
    
    * Lazy import pkg_resources
    
    since it could be quite heavy
    
    * Remove use of pkg_resources altogether
    kiendang committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e8f36b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Use ruff format to replace black (#1473)

    * Use ruff format to replace black
    
    * Adjust ruff config to be compatible with ruff-format
    
    https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
    
    * Format
    
    * Replace black with ruff format in Makefile
    kiendang committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    36cf100 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Optimize views (#1439)

    * Optimize execute_graphql_request
    
    * Require operation_ast to be found by view handler
    
    * Remove unused show_graphiql kwarg
    
    * Old style if syntax
    
    * Revert "Remove unused show_graphiql kwarg"
    
    This reverts commit 33b3426.
    
    * Add missing schema validation step
    
    * Pass args directly to improve clarity
    
    * Remove duplicated operation_ast not None check
    
    ---------
    
    Co-authored-by: Firas Kafri <3097061+firaskafri@users.noreply.github.com>
    Co-authored-by: Kien Dang <mail@kien.ai>
    3 people committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e735f5d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 14, 2023

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

Commits on Dec 20, 2023

  1. Bump version (#1486)

    firaskafri committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3a64994 View commit details
    Browse the repository at this point in the history
Loading