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: main
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
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 67 files changed
  • 18 contributors

Commits on Dec 31, 2020

  1. v2.15.0

    zbyte64 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    caf9548 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Introduced optional_fields to SerializationMutation (#1080)

    * added optional_field to SerializationMutation to forcefully mark some fields as optional
    
    * added tests
    rganeyev authored Jan 2, 2021
    Configuration menu
    Copy the full SHA
    1281c13 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Validate in and range filter inputs (#1092)

    Co-authored-by: Thomas Leonard <[email protected]>
    tcleonard and Thomas Leonard authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    aff56b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24675e View commit details
    Browse the repository at this point in the history
  3. 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
    ulgens authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    66c8901 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Support "contains" and "overlap" filtering (v2) (#1100)

    * Fix project setup
    
    * Support contains/overlap filters
    
    * Add Python 2.7 support
    
    * Adjust docstrings
    
    * Remove unused fixtures
    lucas-bremond authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e0a5d1c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. 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 <[email protected]>
    tcleonard and Thomas Leonard authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e323e2b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. 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 <[email protected]>
    tcleonard and Thomas Leonard authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6f1389c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. feat: add TypedFilter which allow to explicitly give a filter input G…

    …raphQL type (#1142)
    
    Co-authored-by: Thomas Leonard <[email protected]>
    tcleonard and Thomas Leonard authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    998ed89 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. update js version (#1189)

    Rainshaw authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d52b18a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. 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 <[email protected]>
    
    * Limit max Django version
    
    Co-authored-by: Jeremy Stretch <[email protected]>
    
    * Remove Python 3.5 (deprecated) from tox
    
    Co-authored-by: Jeremy Stretch <[email protected]>
    
    Co-authored-by: Ülgen Sarıkavak <[email protected]>
    Co-authored-by: Jeremy Stretch <[email protected]>
    3 people authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a7a8b3d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. 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 <[email protected]>
    ppk42 and Peter Paul Kiefer authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    ed4ee98 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    12ec3ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e980ced View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. pre-commit & black (#1340)

    * Call black via pre-commit
    * Apply black
    ulgens authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    8383bdc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Sync trove classifiers with tox.ini (#1341)

    * Sync trove classifiers with tox.ini
    
    * No need for Python 3 condition anymore
    ulgens authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ede3880 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. 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 <[email protected]>
    Co-authored-by: Josh Warwick <[email protected]>
    Co-authored-by: Kien Dang <[email protected]>
    4 people authored May 26, 2023
    Configuration menu
    Copy the full SHA
    7c780a9 View commit details
    Browse the repository at this point in the history
  2. 2.16.0

    firaskafri authored May 26, 2023
    Configuration menu
    Copy the full SHA
    f386251 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Backport Python 3.11 and Django 4.2 in v2 (#1456)

    * bump to support py3.11 dj4.2
    
    * Update tox.ini
    
    django42 <43
    
    Co-authored-by: Kien Dang <[email protected]>
    
    * Apply suggestions from code review
    
    master to main
    
    Co-authored-by: Kien Dang <[email protected]>
    
    * Update tox.ini
    
    Co-authored-by: wongcht <[email protected]>
    
    ---------
    
    Co-authored-by: Kien Dang <[email protected]>
    wongcht and kiendang authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e26e7fe View commit details
    Browse the repository at this point in the history
Loading