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.2.2
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.3
Choose a head ref
  • 5 commits
  • 20 files changed
  • 4 contributors

Commits on Sep 15, 2024

  1. remove dead code: singledispatch has been in the standard library ... (

    …#1534)
    
    * remove dead code: singledispatch has been in the stard library for many years
    
    (BTW this function does not seems to be used anywhere anymore)
    
    * lint
    a-detiste authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2692250 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

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

Commits on Mar 13, 2025

  1. fix typed choices, make working with different Django 5x choices opti…

    …ons (#1539)
    
    * fix typed choices, make working with different Django 5x choices options
    
    * remove `graphene_django/compat.py` from ruff exclusions
    GeyseR authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    97deb76 View commit details
    Browse the repository at this point in the history
  2. Bugfix: call resolver function in DjangoConnectionField as docume…

    …nted (#1529)
    
    * treat warnings as errors when running the tests
    
    * silence warnings
    
    * bugfix: let DjangoConnectionField call its resolver function
    
    that is, the one specified using DjangoConnectionField(..., resolver=some_func)
    
    * ignore the DeprecationWarning about typing.ByteString in graphql
    PoByBolek authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    e69e4a0 View commit details
    Browse the repository at this point in the history
  3. Bump version to 3.2.3

    firaskafri authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    c52cf2b View commit details
    Browse the repository at this point in the history
Loading