8000
-
Notifications
You must be signed in to change notification settings - Fork 765
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 18 files changed
- 6 contributors
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e5acd4 - Browse repository at this point
Copy the full SHA 4e5acd4View commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63fd983 - Browse repository at this point
Copy the full SHA 63fd983View commit details -
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().
Configuration menu - View commit details
-
Copy full SHA for 38709d8 - Browse repository at this point
Copy the full SHA 38709d8View commit details
Commits on Jun 2, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 520ddea - Browse repository at this point
Copy the full SHA 520ddeaView commit details
Commits on Jun 6, 2023
-
Add check for
serializers.HiddenField
onfields_for_serializer
fu……nction (#1419) * Add check for `serializers.HiddenField` on fields_for_serializer function * Add pre-commit changes
Configuration menu - View commit details
-
Copy full SHA for 8934393 - Browse repository at this point
Copy the full SHA 8934393View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c925a32 - Browse repository at this point
Copy the full SHA c925a32View commit details -
remove JSONField compat (#1421)
* remove JSONFIeld compat * fix black
Configuration menu - View commit details
-
Copy full SHA for 8fa8aea - Browse repository at this point
Copy the full SHA 8fa8aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7a16a - Browse repository at this point
Copy the full SHA 3e7a16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2358bd3 - Browse repository at this point
Copy the full SHA 2358bd3View commit details
Commits on Jun 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e950164 - Browse repository at this point
Copy the full SHA e950164View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.1...v3.1.2