-
Notifications
You must be signed in to change notification settings - Fork 768
Comparing changes
Open a pull request
base repository: graphql-python/graphene-django
base: v2.15.0
head repository: graphql-python/graphene-django
compare: v2.16.0
- 17 commits
- 67 files changed
- 15 contributors
Commits on Jan 2, 2021
-
Introduced optional_fields to SerializationMutation (#1080)
* added optional_field to SerializationMutation to forcefully mark some fields as optional * added tests
Configuration menu - View commit details
-
Copy full SHA for 1281c13 - Browse repository at this point
Copy the full SHA 1281c13View commit details
Commits on Jan 10, 2021
-
Validate in and range filter inputs (#1092)
Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
Configuration menu - View commit details
-
Copy full SHA for aff56b8 - Browse repository at this point
Copy the full SHA aff56b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e24675e - Browse repository at this point
Copy the full SHA e24675eView commit details -
Convert Django form / DRF decimals to Graphene decimals (#958)
* Convert Django form decimals to Graphene decimals * Ugly fix for test_should_query_filter_node_limit * Convert DRF serializer decimal to Graphene decimal
Configuration menu - View commit details
-
Copy full SHA for 66c8901 - Browse repository at this point
Copy the full SHA 66c8901View commit details
Commits on Jan 19, 2021
-
Support "contains" and "overlap" filtering (v2) (#1100)
* Fix project setup * Support contains/overlap filters * Add Python 2.7 support * Adjust docstrings * Remove unused fixtures
Configuration menu - View commit details
-
Copy full SHA for e0a5d1c - Browse repository at this point
Copy the full SHA e0a5d1cView commit details
Commits on Feb 23, 2021
-
Add enum support to filters and fix filter typing (v2) (#1114)
* - Add filtering support for choice fields converted to graphql Enum (or not) - Fix type of various filters (used to default to String) - Fix bug with contains introduced in previous PR - Fix bug with declared filters being overridden (see PR #1108) - Fix support for ArrayField and add documentation * Fix tests Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
Configuration menu - View commit details
-
Copy full SHA for e323e2b - Browse repository at this point
Copy the full SHA e323e2bView commit details
Commits on Mar 11, 2021
-
fix: declaration of required variable in filters v2 (#1136)
* fix: declaration of required variable * Add unit test * Fix flaky test * Formatting * Fix for python 2.7 Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
Configuration menu - View commit details
-
Copy full SHA for 6f1389c - Browse repository at this point
Copy the full SHA 6f1389cView commit details
Commits on Mar 31, 2021
-
feat: add TypedFilter which allow to explicitly give a filter input G…
…raphQL type (#1142) Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
Configuration menu - View commit details
-
Copy full SHA for 998ed89 - Browse repository at this point
Copy the full SHA 998ed89View commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d52b18a - Browse repository at this point
Copy the full SHA d52b18aView commit details
Commits on Feb 7, 2022
-
Replace calls to methods removed in Django v4 (#1275)
* Replace calls to deprecated methods * Fix test config & Replace additional methods removed in django 4.0 * Update tox for official Django 4 release * 2.16.0 * Revert version update * Remove duplicate entry Co-authored-by: Jeremy Stretch <jstretch@ns1.com> * Limit max Django version Co-authored-by: Jeremy Stretch <jstretch@ns1.com> * Remove Python 3.5 (deprecated) from tox Co-authored-by: Jeremy Stretch <jstretch@ns1.com> Co-authored-by: Ülgen Sarıkavak <ulgens@users.noreply.github.com> Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
Configuration menu - View commit details
-
Copy full SHA for a7a8b3d - Browse repository at this point
Copy the full SHA a7a8b3dView commit details
Commits on Feb 13, 2022
-
V2 has broken liks too see #1309 (#1310)
* fix broken links for the v2 branch v2 brach has broken links to read the docs too I additionally found a link to the git hub master tree, which should be changed to main. * #1295 github link fixed (master->v2) Co-authored-by: Peter Paul Kiefer <dafisppk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ed4ee98 - Browse repository at this point
Copy the full SHA ed4ee98View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12ec3ca - Browse repository at this point
Copy the full SHA 12ec3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e980ced - Browse repository at this point
Copy the full SHA e980cedView commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8383bdc - Browse repository at this point
Copy the full SHA 8383bdcView commit details
Commits on Sep 2, 2022
-
Sync trove classifiers with tox.ini (#1341)
* Sync trove classifiers with tox.ini * No need for Python 3 condition anymore
Configuration menu - View commit details
-
Copy full SHA for ede3880 - Browse repository at this point
Copy the full SHA ede3880View commit details
Commits on May 26, 2023
-
Backport Django 4.1 compatibility fixes to v2 (#1413)
* handle deprecation warning for requires_system_checks Removed in django 4.1. * Fix broken UT due to pytest import error (#1368) * import error resolved? * Fix tests * Remove Python 3.6 * django 4.1 requires python>=3.10 * Django 4.1 does support python 3.8 to 3.11 * Add Django 4.1 to tox --------- Co-authored-by: Yuekui <yuekui@users.noreply.github.com> Co-authored-by: Josh Warwick <josh.warwick15@gmail.com> Co-authored-by: Kien Dang <mail@kien.ai>
Configuration menu - View commit details
-
Copy full SHA for 7c780a9 - Browse repository at this point
Copy the full SHA 7c780a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f386251 - Browse repository at this point
Copy the full SHA f386251View 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 v2.15.0...v2.16.0