graphene-django/graphene_django
Santiago Aguiar 7c780a916a
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>
2023-05-26 23:08:36 +03:00
..
debug Fix hasNextPage - revert to count. Fix after (#986) 2020-06-25 13:00:24 +01:00
filter Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
forms Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
management Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
rest_framework Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
static/graphene_django Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00
templates/graphene Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00
tests Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
utils pre-commit & black (#1340) 2022-08-19 09:15:44 +03:00
__init__.py v2.15.0 2020-12-30 22:46:51 -08:00
compat.py Support "contains" and "overlap" filtering (v2) (#1100) 2021-01-18 21:39:18 -08:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
constants.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
converter.py fix: declaration of required variable in filters v2 (#1136) 2021-03-11 03:49:58 +03:00
fields.py pre-commit & black (#1340) 2022-08-19 09:15:44 +03:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
types.py Fix Connection/Edge naming and add unit test (#1012) 2020-08-07 10:15:35 +01:00
views.py update js version (#1189) 2021-04-20 23:05:49 -07:00