Paul Bailey
|
91a99ee39c
|
serializer update support
|
2018-02-06 13:37:28 -06:00 |
|
Syrus Akbary
|
c585982a1a
|
Merge pull request #382 from patrick91/patch-1
Improve ErrorType
|
2018-02-03 22:25:03 -08:00 |
|
Syrus Akbary
|
5a92330164
|
Merge pull request #359 from yothinix/master
Update example project document link
|
2018-02-03 22:23:20 -08:00 |
|
Syrus Akbary
|
e827b10e7b
|
Merge pull request #379 from mongkok/default-meta
Allow DjangoObjectType to have default meta
|
2018-02-02 15:06:09 -08:00 |
|
Syrus Akbary
|
fd3faf04e5
|
Merge pull request #341 from urbandove/tests
Add tests
|
2018-02-02 13:57:12 -08:00 |
|
mongkok
|
3051374b46
|
Fix Python 2.7 super arguments
|
2018-02-03 03:23:10 +05:30 |
|
mongkok
|
be4a6231ae
|
Merge branch 'master' into default-meta
|
2018-02-03 03:17:11 +05:30 |
|
mongkok
|
b81e961c86
|
Test DjangoObjectType with custom meta #364
|
2018-02-03 03:16:58 +05:30 |
|
Patrick Arminio
|
6a152820ca
|
Improve ErrorType
Marks some fields as required and non null, it also prevents to do useless checks on the frontend if using a typed language.
|
2018-02-01 09:52:16 +00:00 |
|
Syrus Akbary
|
53546a27de
|
Merge pull request #388 from graphql-python/fix/drf-test
Fix Django Rest Framework version when testing
|
2018-01-31 18:59:34 -08:00 |
|
Patrick Arminio
|
0dddea534f
|
Fix django rest framework version when testing
|
2018-01-31 11:06:42 +00:00 |
|
mongkok
|
167d0a3964
|
Allow DjangoObjectType to have default _meta
|
2018-01-22 01:03:52 +05:30 |
|
Syrus Akbary
|
e05f069b3b
|
Merge pull request #377 from faassen/patch-1
Adjustments to make it work with Django 2.0.1
|
2018-01-20 16:17:47 -08:00 |
|
Syrus Akbary
|
961404f397
|
Merge pull request #339 from urbandove/rm-django1.7
Remove Django1.7 shims
|
2018-01-20 16:17:21 -08:00 |
|
Martijn Faassen
|
ea4ddc7f79
|
Adjustments to make it work with Django 2.0.1
I tried the tutorial but ran into these two problems in Django 2.0.1.
|
2018-01-18 16:46:08 +01:00 |
|
yothinix
|
76a1d43e66
|
Update example query document link
|
2017-12-30 18:34:46 +07:00 |
|
=
|
f31db13cd0
|
Add blank line for linting
|
2017-12-18 12:02:04 -05:00 |
|
=
|
6e1d340c87
|
Merge branch 'master' of git://github.com/graphql-python/graphene-django into rm-django1.7
|
2017-12-18 12:00:18 -05:00 |
|
Syrus Akbary
|
b54e02c9ba
|
Merge pull request #338 from spockNinja/fix_tests
Fixing the test build
|
2017-12-17 16:04:27 -08:00 |
|
=
|
51f794edb6
|
Test Connectionfield with custom Manager
|
2017-12-12 12:52:32 -05:00 |
|
=
|
616c549d2c
|
Fix ConnectionField Last Test
|
2017-12-12 12:49:02 -05:00 |
|
=
|
29935c2d33
|
Test Last works
|
2017-12-12 12:33:32 -05:00 |
|
=
|
de59d26968
|
Test: erro if last is greater than max - plus fix wrong variable
|
2017-12-12 12:24:11 -05:00 |
|
=
|
65e63026a0
|
Add tests
|
2017-12-11 21:23:00 -05:00 |
|
=
|
d2db5f5584
|
Remove Django1.7 shims
|
2017-12-10 00:53:13 -05:00 |
|
=
|
f8a5860f34
|
django version depends on python version
|
2017-12-09 14:24:48 -08:00 |
|
Syrus Akbary
|
24706f50d4
|
Merge pull request #332 from MichaelDanielTom/MichaelDanielTom-patch-1
Readme typo fix
|
2017-11-29 22:06:26 -08:00 |
|
Michael Tom
|
3aeee3af3d
|
Update README.rst
|
2017-11-28 21:04:08 -05:00 |
|
Michael Tom
|
8a3ba7a321
|
Update README.md
|
2017-11-28 21:02:53 -05:00 |
|
Syrus Akbary
|
c63dbea34b
|
Merge pull request #330 from pjdelport/patch-1
README: Update resolve_users() example signature
|
2017-11-25 12:06:48 -08:00 |
|
Syrus Akbary
|
d8a4b4a0fd
|
Update README.md
|
2017-11-22 13:47:18 -08:00 |
|
Pi Delport
|
90d84e8be9
|
README: Update resolve_users() example signature
|
2017-11-21 15:10:52 +02:00 |
|
Syrus Akbary
|
d7c160c3b0
|
Pin current Graphene-Django version to Graphene~2
To avoid compatibility issues it's better to pin dependencies.
|
2017-11-20 21:02:00 -08:00 |
|
Syrus Akbary
|
31679df08c
|
Merge pull request #328 from SpaceK33z/patch-1
Docs: fix usage of deprecated `AbstractType`
|
2017-11-20 20:54:07 -08:00 |
|
Kees Kluskens
|
70a6c72751
|
Docs: fix usage of deprecated AbstractType
A tutorial still used `graphene.AbstractType` instead of `object`, which leads to a [deprecation warning](https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md#abstracttype-deprecated).
|
2017-11-18 22:10:39 +01:00 |
|
Syrus Akbary
|
5661db88d1
|
Merge pull request #156 from aaxelb/master
Fix #87: Don't create duplicate Enums for fields with choices
|
2017-11-14 21:14:51 -08:00 |
|
Syrus Akbary
|
14dca8297d
|
Merge pull request #278 from devbis/patch-1
Access to batch endpoint without parameters fixed
|
2017-11-14 21:09:37 -08:00 |
|
Syrus Akbary
|
5a546689b9
|
Merge branch 'master' into patch-1
|
2017-11-14 21:06:05 -08:00 |
|
Syrus Akbary
|
670437d756
|
Merge branch 'master' into patch-1
|
2017-11-14 21:05:47 -08:00 |
|
Syrus Akbary
|
b19308b1c2
|
Merge pull request #323 from pizzapanther/master
fixes #322, fixed incorrect serializer instance usage
|
2017-11-14 20:40:03 -08:00 |
|
Paul Bailey
|
6cfd5b2854
|
added line ending
|
2017-11-14 22:10:26 +00:00 |
|
Paul Bailey
|
0a660e5e56
|
Merge remote-tracking branch 'upstream/master'
|
2017-11-14 22:04:02 +00:00 |
|
Syrus Akbary
|
568073a090
|
Merge pull request #325 from urbandove/master
Fix infinite recursion when sublassing DjangoFilterConnectionField
|
2017-11-14 13:16:26 -08:00 |
|
Syrus Akbary
|
c5774a93fe
|
Merge pull request #324 from sciyoshi/patch-1
Fix passing request context to filterset creation
|
2017-11-14 13:15:49 -08:00 |
|
Paul Bailey
|
345fe877c4
|
added ModelSerializer tests
|
2017-11-13 20:35:00 +00:00 |
|
Paul Bailey
|
c72e7e55eb
|
added ModelSerializer tests
|
2017-11-13 20:33:12 +00:00 |
|
=
|
3f08ed629c
|
Fix infinite recursion when sublassing DjangoFilterConnectionField and merging querysets
|
2017-11-13 14:56:25 -05:00 |
|
Samuel Cormier-Iijima
|
1db1cbdd9c
|
Fix passing request context to filterset creation
Currently this code throws an error about `context` not being defined.
|
2017-11-13 12:47:55 -05:00 |
|
Paul Bailey
|
3d30038795
|
Merge remote-tracking branch 'upstream/master'
|
2017-11-13 16:10:56 +00:00 |
|
Paul Bailey
|
75e11a8195
|
add created field to test
|
2017-11-13 16:06:07 +00:00 |
|