10000 Comparing v3.1.1...v3.1.2 · graphql-python/graphene-django · GitHub
[go: up one dir, main page]

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.1
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.2
Choose a head ref
  • 10 commits
  • 18 files changed
  • 6 contributors

Commits on May 24, 2023

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

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    63fd983 View commit details
    Browse the repository at this point in the history
  2. Correct schema write test (#1416)

    <Mock>.called_once() just returns a Mock, so assert <Mock>.called_once()
    always passes. We want <Mock>.assert_called_once().
    kiendang authored May 27, 2023
    Configuration menu
    Copy the full SHA
    38709d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fix graphiql explorer styles by including official CSS, and update lo 10000 …

    …cal example app for testing (#1418)
    
    * Add venv and .venv to gitignore since common venv paths
    
    * Update cookbook-plain app requirements and local-dev notes
    
    This also adds the DEFAULT_AUTO_FIELD to the app's Django settings to
    resolve this warning when running `migrate`:
    
    ```
    ingredients.Category: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
    	HINT: Configure the DEFAULT_AUTO_FIELD setting or the IngredientsConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
    ```
    
    * Fix #1417 graphiql explorer styles by including official CSS
    
    Like in the official graphiql-plugin-explorer example here
    https://github.com/graphql/graphiql/blob/619864691941c46cc0b0848e8713028e20212c36/packages/graphiql-plugin-explorer/examples/index.html#L26-L29
    
    Resolves #1417
    
    * Update GraphiQL version
    
    ---------
    
    Co-authored-by: Steven DeMartini <sjdemartini@users.noreply.github.com>
    Co-authored-by: Kien Dang <mail@kien.ai>
    3 people authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    520ddea View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Add check for serializers.HiddenField on fields_for_serializer fu…

    …nction (#1419)
    
    * Add check for `serializers.HiddenField` on fields_for_serializer function
    
    * Add pre-commit changes
    sezginacer authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8934393 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. CI: add Django 4.2 (#1420)

    * CI: add Django 4.2
    
    * fix tox
    dulmandakh authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c925a32 View commit details
    Browse the repository at this point in the history
  2. remove JSONField compat (#1421)

    * remove JSONFIeld compat
    
    * fix black
    dulmandakh authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8fa8aea View commit details
    Browse the repository at this point in the history
  3. CI: remove Django 4.0 (#1422)

    * CI: remove Django 4.0
    
    * fix tags
    dulmandakh authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3e7a16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2358bd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Bump version to 3.1.2

    firaskafri authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e950164 View commit details
    Browse the repository at this point in the history
Loading
0