-
Notifications
You must be signed in to change notification settings - Fork 764
Comparing changes
Open a pull request
base repository: graphql-python/graphene-django
base: v3.1.3
head repository: graphql-python/graphene-django
compare: v3.1.5
- 12 commits
- 72 files changed
- 6 contributors
Commits on Jul 18, 2023
-
fix: fk resolver permissions leak (#1411)
* fix: fk resolver permissions leak * fix: only one query for 1o1 relation * tests: added queries count check * fix: docstring * fix: typo * docs: added warning to authorization * feat: added bypass_get_queryset decorator
Configuration menu - View commit details
-
Copy full SHA for 0de35ca - Browse repository at this point
Copy the full SHA 0de35caView commit details -
Support base class relations and reverse for proxy models (#1380)
* support reverse relationship for proxy models * support multi table inheritence * update query test for multi table inheritance * remove debugger * support local many to many in model inheritance * format and lint --------- Co-authored-by: Firas K <3097061+firaskafri@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1abebd - Browse repository at this point
Copy the full SHA b1abebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3172710 - Browse repository at this point
Copy the full SHA 3172710View commit details
Commits on Jul 26, 2023
-
Update mutation.py to serialize Enum objects into input values (#1431)
* Fix for issue #1385: Update mutation.py to serialize Enum objects into input values for ChoiceFields * Update graphene_django/rest_framework/mutation.py Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com> --------- Co-authored-by: Steven DeMartini <1647130+sjdemartini@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d7a04f - Browse repository at this point
Copy the full SHA 5d7a04fView commit details
Commits on Aug 4, 2023
-
Remove Python 3.7 (EOL since EOL since 2023-06-27) from CI (#1440)
* Remove Python 3.7 (EOL since EOL since 2023-06-27) from CI * Remove unused context * Use pyupgrade --py38-plus in pre-commit
Configuration menu - View commit details
-
Copy full SHA for 5eb5fe2 - Browse repository at this point
Copy the full SHA 5eb5fe2View commit details
Commits on Aug 5, 2023
-
Prevent duplicate CI runs, also work with PRs from forks (#1443)
* Prevent duplicate CI runs * Trigger CI on pull requests from forks
Configuration menu - View commit details
-
Copy full SHA for 45a732f - Browse repository at this point
Copy the full SHA 45a732fView commit details -
Use ruff in pre-commit (#1441)
* Use ruff in pre-commit * Add pyupgrade * Add isort * Add bugbear * Fix B015 Pointless comparison * Fix B026 * B018 false positive * Remove flake8 and isort config from setup.cfg * Remove black and flake8 from dev dependencies * Update black * Show list of fixes applied with autofix on * Fix typo * Add C4 flake8-comprehensions * Add ruff to dev dependencies * Fix up
Configuration menu - View commit details
-
Copy full SHA for 9a773b9 - Browse repository at this point
Copy the full SHA 9a773b9View commit details
Commits on Aug 9, 2023
-
fix: foreign key nullable and custom resolver (#1446)
* fix: nullable one to one relation * fix: makefile
Configuration menu - View commit details
-
Copy full SHA for db34d2e - Browse repository at this point
Copy the full SHA db34d2eView commit details -
Miscellaneous CI fixes (#1447)
* Update Makefile * django master requires at least python 3.10 now * Allow customizing options passed to tox -e pre-commit * py.test -> pytest * Update ruff * Fix E721 Do not compare types, use `isinstance()` * Add back black to dev dependencies * Pin black and ruff versions
Configuration menu - View commit details
-
Copy full SHA for 79b4a23 - Browse repository at this point
Copy the full SHA 79b4a23View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 05d7fb5 - Browse repository at this point
Copy the full SHA 05d7fb5View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ee7598e - Browse repository at this point
Copy the full SHA ee7598eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac3f3f - Browse repository at this point
Copy the full SHA 4ac3f3fView commit details
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.3...v3.1.5