graphene-django/graphene_django/tests
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
..
issues Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
forms.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
models.py pre-commit & black (#1340) 2022-08-19 09:15:44 +03:00
mutations.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
schema_view.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
schema.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_command.py Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
test_converter.py Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
test_fields.py Fix 1061: DjangoListField should not cache queries (#1063) 2020-12-22 20:10:28 -08:00
test_forms.py Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
test_query.py Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
test_schema.py Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
test_types.py Add offset pagination (#1013) 2020-10-26 09:09:21 -07:00
test_utils.py Use the Django TestCase's Client (#1084) 2020-12-30 21:12:24 -08:00
test_views.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
types.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
urls_inherited.py Replace calls to methods removed in Django v4 (#1275) 2022-02-07 17:16:41 +03:00
urls_pretty.py Replace calls to methods removed in Django v4 (#1275) 2022-02-07 17:16:41 +03:00
urls.py Replace calls to methods removed in Django v4 (#1275) 2022-02-07 17:16:41 +03:00