graphene-django/graphene_django/forms
Ignacio Orlandini 8f63199a63
Handle database transactions (#1039)
* Handle Django database atomic requests

* Create and handle database atomic mutations

* Make code compatible with Python 2.7

* Code style

* Define set_rollback instead of using the one in rest_framework.views because of backward compatibility

* Implement mock.patch.dict
2020-12-22 20:18:14 -08:00
..
tests Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
__init__.py Fix flake8 issue 2017-10-02 09:31:58 -05:00
converter.py Register MultipleChoiceField as list type (#1033) 2020-11-28 10:30:18 -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