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: v2.4.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: v2.5.0
Choose a head ref
  • 8 commits
  • 13 files changed
  • 6 contributors

Commits on Jul 27, 2019

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

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    b1a9293 View commit details
    Browse the repository at this point in the history
  2. Set converted Django connections to required (#610)

    Alexandre Kirszenberg authored and mvanlonden committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    59f4f13 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Check for filters defined on base filterset classes (#730)

    * Check for filters defined on base filterset classes
    
    * Make python2.7 compatible and run black
    
    * Add filter method and use filter in test
    
    * Check article headline and reformat
    kikeh authored and jkimbo committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    6e137da View commit details
    Browse the repository at this point in the history
  2. Make DjangoDebugContext wait for nested fields (#591)

    * Make DjangoDebugContext wait for nested fields
    
    This commit makes DjangoDebugContext wait for all field's promises,
    even for fields that only started their resolvers after __debug was
    resolved.
    
    Fixes #293.
    
    * Run format
    ktosiek authored and jkimbo committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    11605dc View commit details
    Browse the repository at this point in the history
  3. Bump django from 2.2.3 to 2.2.4 in /examples/cookbook (#734)

    Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@2.2.3...2.2.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jkimbo committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c432d58 View commit details
    Browse the repository at this point in the history
  4. Bump django from 2.1.10 to 2.1.11 in /examples/cookbook-plain (#733)

    Bumps [django](https://github.com/django/django) from 2.1.10 to 2.1.11.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@2.1.10...2.1.11)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jkimbo committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    930adb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. v2.5.0 (#739)

    jkimbo authored Aug 10, 2019
    Configuration menu
    Copy the full SHA
    87aebdb View commit details
    Browse the repository at this point in the history
Loading