graphene-django/graphene_django/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
..
issues Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01: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 Validate Meta.fields and Meta.exclude on DjangoObjectType (#842) 2019-12-31 13:55:45 +00: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 Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
test_converter.py Add converter for django 3.1 JSONField (#1017) 2020-08-07 10:22:15 +01:00
test_fields.py Fix 1061: DjangoListField should not cache queries (#1063) 2020-12-22 20:10:28 -08:00
test_forms.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_query.py Fix backward Relay pagination (#1046) 2020-12-22 20:04:45 -08:00
test_schema.py Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
test_types.py Add offset pagination (#1013) 2020-10-26 09:09:21 -07:00
test_utils.py Extract query function from GraphQLTestCase making it possible to use in a pytest fixture (#1015) 2020-08-05 20:24:16 +01: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 Reformatted files using black 2018-07-19 16:52:24 -07:00
urls_pretty.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls.py Reformatted files using black 2018-07-19 16:52:24 -07:00