graphene-django/graphene_django/forms/tests
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
..
__init__.py Add Django form-based mutations 2017-10-02 09:31:58 -05:00
test_converter.py Register MultipleChoiceField as list type (#1033) 2020-11-28 10:30:18 -08:00
test_mutation.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00