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.5.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.6.0
Choose a head ref
  • 14 commits
  • 16 files changed
  • 11 contributors

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    a04fff9 View commit details
    Browse the repository at this point in the history
  2. Fix typo of imoprt to import (#742)

    gvangool authored and jkimbo committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    d5e71bc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    9d24528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8184e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    ac79b38 View commit details
    Browse the repository at this point in the history
  2. Adds variables arg to GraphQLTestCase.query (#699)

    * add variables arg in GraphQLTestCase.query
    
    * update GraphQLTestCase.query docstring and remove type check
    tlambert03 authored and mvanlonden committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    254e59c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    4bbc082 View commit details
    Browse the repository at this point in the history
  2. Extend DjangoListField to use model queryset if none defined (#732)

    * Fix model property
    
    * Only allow DjangoObjectTypes to DjangoListField
    
    * Resolve model queryset by default
    
    * Add some more tests to check behaviour
    jkimbo authored and mvanlonden committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    fea9b5b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Upgrade graphiql version to fix history tool (#772)

    Graphiql has a history tool that allows you to save and label favourites, but this version has a bug (fixed graphql/graphiql#750). This change upgrades to the latest version.
    sandwichsudo authored and jkimbo committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    4f21750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0962db5 View commit details
    Browse the repository at this point in the history
  3. converter.py: Fix typo posgres->postgres (#765)

    Fixes typo for HStoreField and RangeField
    converters.
    EverWinter23 authored and jkimbo committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    cd73cab View commit details
    Browse the repository at this point in the history
  4. convert DRF ChoiceField to Enum (#537)

    * convert DRF ChoiceField to Enum, also impacts FilePathField
    
    * Pep8 fixes
    
    * DRF multiple choices field converts to list of enum
    
    * apply black formatting
    zbyte64 authored and jkimbo committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    a64ba65 View commit details
    Browse the repository at this point in the history
  5. Handle isnull filters differently (#753)

    * Handle isnull filters differently
    
    * Change to rsplit
    jkimbo authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    e4cf59e View commit details
    Browse the repository at this point in the history
  6. v2.6.0

    jkimbo authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    5068ea0 View commit details
    Browse the repository at this point in the history
Loading