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.0
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.1
Choose a head ref
  • 7 commits
  • 15 files changed
  • 8 contributors

Commits on Jan 20, 2024

  1. fix: same type list (#1492)

    * fix: same type list
    
    * chore: improve test
    superlevure authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b85177c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. feat!: check django model has a default ordering when used in a relay…

    … connection (#1495)
    
    Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
    tcleonard and Thomas Leonard authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    96c09ac View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bump django from 3.1.14 to 3.2.24 in /examples/cookbook (#1498)

    Bumps [django](https://github.com/django/django) from 3.1.14 to 3.2.24.
    - [Commits](django/django@3.1.14...3.2.24)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    54372b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 20, 2024

  1. Allows field's choices to be a callable (#1497)

    * Allows field's choices to be a callable
    
    Starting in Django 5 field's choices can also be a callable
    
    * test if field with callable choices converts into enum
    
    ---------
    
    Co-authored-by: Kien Dang <mail@kien.ai>
    nossila and kiendang authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    45c2aa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Fix ReadTheDocs builds (#1509)

    * Add RTD config file
    
    * Doc fixes to reference main branch instead of master
    PabloAlexis611 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3f813d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bump to 3.2.1 (#1512)

    kiendang authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d69c905 View commit details
    Browse the repository at this point in the history
Loading