Syrus Akbary
|
055c6e2359
|
Merge branch 'master' into fix-filter-and-resolver
|
2017-04-15 00:04:19 -07: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 |
|
Sam Parkinson
|
46048cd218
|
Add tests for DjangoObjectType only/exclude_fields
|
2017-03-11 07:40:04 +11:00 |
|
Niall
|
2117cb2b01
|
Example for order_by being ignored
|
2017-03-06 20:19:39 +00:00 |
|
Niall
|
7210e308ec
|
Fix test
|
2017-03-06 20:00:01 +00:00 |
|
Niall
|
e2284fefb5
|
Clean up
|
2017-03-06 18:20:31 +00:00 |
|
Niall
|
69457cffdf
|
Attempt fix. Breaks tests
|
2017-03-06 18:13:40 +00:00 |
|
Niall
|
67804fdc09
|
Add broken test
|
2017-03-05 19:17:00 +00:00 |
|
Niall
|
7085437a12
|
Fix filtering with a resolver and DjangoFilter filter.
|
2017-03-05 17:13:09 +00:00 |
|
Syrus Akbary
|
1139507a14
|
Merge pull request #123 from HorizonXP/fix-batch-response-format
Remove payload key from response and stick to original format.
|
2017-03-04 18:25:12 -08:00 |
|
Xitij Ritesh Patel
|
f720912415
|
Update tests to expect new batch response format
|
2017-03-03 15:04:22 -05:00 |
|
Syrus Akbary
|
335339c7a8
|
Fixed Django 1.8 issue
|
2017-03-02 18:38:03 -08: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 |
|
Syrus Akbary
|
2d1ab4b92a
|
Merge pull request #82 from gamingexperience/fix/node-filtering
Fixes filtering in nested nodes.
|
2017-01-14 18:35:52 -08:00 |
|
Pablo Chinea
|
89d0f0ca92
|
Handles multiple collisions with the same key.
|
2017-01-05 09:49:26 +00:00 |
|
Pablo Chinea
|
2c26774c62
|
Avoid collisions in choices names conversion.
|
2017-01-04 16:23:17 +00:00 |
|
Pablo Chinea
|
16a0d9ce58
|
Fixes identation in queries test file.
|
2016-12-30 12:27:45 +00:00 |
|
Pablo Chinea
|
b5a450cb6d
|
Fixes nested node test when django-filter is not installed.
|
2016-12-30 09:57:50 +00:00 |
|
Pablo Chinea
|
dfb55cda6b
|
Adds test for nested node filtering.
|
2016-12-30 09:34:59 +00:00 |
|
Paul Bailey
|
402cd645e8
|
added time field test
|
2016-11-23 12:24:53 -05:00 |
|
Paul Bailey
|
509645d3bd
|
added time field test
|
2016-11-23 12:07:40 -05:00 |
|
Syrus Akbary
|
5289cd06d7
|
Improved choice Enum converter
|
2016-11-14 22:30:20 -08:00 |
|
Syrus Akbary
|
854aa4aa9b
|
Fixed tests
|
2016-11-14 22:30:20 -08:00 |
|
Timothy Laurent
|
6801b69ce9
|
don\'t use fields that end in a plus
|
2016-11-09 23:56:14 -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
|
d73f4aa235
|
Added support for SimpleLazyObject. Fixed #22
|
2016-10-15 17:40:12 -07:00 |
|
Syrus Akbary
|
8136223bb1
|
Added duration field and improved UUID conversion
|
2016-10-15 16:43:27 -07:00 |
|
Syrus Akbary
|
459270cc09
|
Fixed tests
|
2016-10-15 16:04:32 -07:00 |
|
Syrus Akbary
|
1a728e4e88
|
Fixed tests
|
2016-09-22 20:49:51 -07:00 |
|
Syrus Akbary
|
b8f9fec674
|
Added required conversion to model and form fields. Fixed #2
|
2016-09-22 20:03:47 -07:00 |
|
Syrus Akbary
|
f806fefff3
|
Fixed tests
|
2016-09-19 22:53:56 -07: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
|
7756b0df8f
|
Fixed Python3 tests
|
2016-09-17 17:28:41 -07:00 |
|
Syrus Akbary
|
4e23c3ccf6
|
Improved python syntax and sorts (pep8). Improved Readme
|
2016-09-17 17:09:56 -07:00 |
|
Syrus Akbary
|
0434899b4e
|
Isolated Graphene Django in a new package
|
2016-09-17 16:31:17 -07:00 |
|