graphene-django/graphene_django/forms
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
..
tests Backport Django 4.1 compatibility fixes to v2 (#1413) 2023-05-26 23:08:36 +03:00
__init__.py Fix flake8 issue 2017-10-02 09:31:58 -05:00
converter.py Convert Django form / DRF decimals to Graphene decimals (#958) 2021-01-09 22:00:11 -08:00
forms.py resolve django translation deprecation warnings (#847) 2020-01-11 14:52:41 +01:00
mutation.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
types.py Remove duplicate ErrorType (#701) 2019-07-07 20:06:01 +01:00