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
Syrus Akbary
54ef52e1c6
Reformatted files using black
2018-07-19 16:52:24 -07:00
Syrus Akbary
33c6fdf5ab
Added graphql-core min version to requirements
2018-06-05 01:24:53 -07:00
Syrus Akbary
70dffa94e7
Merge pull request #212 from maqquettex/fix_cbv_inheritance
...
Inheritance support for GraphQLView (class attributes)
2018-03-29 23:19:29 -07:00
Anton Zhdan-Pushkin
3682fe0318
Test of inherited class
2018-02-01 16:39:06 +02:00
=
6008cb6de4
Fix qfactor rankings for HTTP-ACCEPT
2017-12-11 21:08:42 -05:00
Alexey Subbotin
33b2b42e6f
Rewrite unit test to make it working on all versions of django
2017-04-12 13:04:03 +02:00
Alexey Subbotin
a9f34dab93
request.body
might raise RawPostDataException, RequestDataTooBig, UnreadablePostError exceptions which are not related to invalid JSON data
2017-04-12 12:43:21 +02:00
Xitij Ritesh Patel
f720912415
Update tests to expect new batch response format
2017-03-03 15:04:22 -05:00
Syrus Akbary
2660de969f
Improved batch view tests
2017-02-20 01:58:21 -08:00
Syrus Akbary
f217731066
Improved GraphQL batch view errors.
2017-02-20 01:58:21 -08:00
Michał Ochman
0a18558bf6
Add support for batching several requests into one
...
Batch format compatible with ReactRelayNetworkLayer (https://github.com/nodkz/react-relay-network-layer )
2016-10-31 12:03:56 +01:00
Syrus Akbary
70dbd4b512
Improved PEP8 syntax
2016-09-19 22:15:10 -07:00
Syrus Akbary
d11719507c
Fixed tests
2016-09-19 22:11:48 -07:00
Syrus Akbary
3aa929fdc9
Moved django-graphql-view and django-graphiql into graphene-django 😎
2016-09-19 22:04:23 -07:00
Syrus Akbary
0434899b4e
Isolated Graphene Django in a new package
2016-09-17 16:31:17 -07:00