graphene-django/graphene_django/utils
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 Move to_const function from Graphene into Graphene-Django (#992) 2020-06-25 15:11:18 +01:00
__init__.py Apply camel case converter to field names in DRF errors (#514) 2019-06-25 09:40:29 +01:00
str_converters.py Replace Unidecode package with text_unidecode package #1014 (#1060) 2020-12-22 20:12:22 -08:00
testing.py Add a default msg to show the response content. (#1064) 2020-11-27 15:52:42 -08:00
utils.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00