alejandronunez
a2848b784e
Merge pull request #23 from revolico/python3-compat#22
...
Python3 compat#22
2019-05-30 11:59:58 -04:00
Olivia Rodriguez Valdes
ec33fbe613
Update tests
2019-05-30 11:31:03 -04:00
Olivia Rodriguez Valdes
c6d204ba19
Merge branch 'master' into python3-compat#22
2019-05-30 11:15:18 -04:00
Olivia Rodriguez Valdes
3ff6dfb451
Add reduce import
2019-05-30 11:13:42 -04:00
Anthony Monthe
cb9eed6765
Added tox.ini
...
Updated Travis YML
2019-05-22 01:49:52 +01:00
Paul Hallett
b0cba398a1
Merge pull request #647 from dulmandakh/react-16.8.6
...
bump react to 16.8.6
2019-05-21 14:18:45 +01:00
Dulmandakh
7690c2c002
bump react to 16.8.6
2019-05-20 19:41:25 +08:00
Paul Hallett
1d1b9e8994
Merge pull request #646 from dulmandakh/graphiql-0.13.0
...
bump graphiql to 0.13.0, and rename __debug to _debug
2019-05-20 11:23:51 +01:00
Dulmandakh
49aedf171a
bump graphiql to 0.13.0, and rename __debug to _debug due to __ limitations
2019-05-20 17:48:28 +08:00
Paul Hallett
74263b2eb1
Merge pull request #642 from changeling/fix_cookbook_settings
...
Correct examples/cookbook settings.py.
2019-05-16 09:09:26 +01:00
Paul Hallett
80125c3077
Merge pull request #641 from changeling/fix_babel_link
...
Correct Babel Relay Plugin docs link per Issue 358.
2019-05-16 09:08:31 +01:00
changeling
04fe299a6e
Corrected docs/queries.rst. ( #633 )
...
* Corrected typos in docs/queries.rst.
* Add basic resolvers to Relay Full example in docs/queries.rst.
Added basic resolvers to Full example in Relay section.
* Remove question and question resolver.
* Add query example to queries.rst.
Added query example in Relay section.
Minor clean-up.
2019-05-15 20:50:55 -04:00
changeling
2edf7f4ec0
Correct examples/cookbook settings.py.
...
See https://github.com/graphql-python/graphene-django/issues/455 .
2019-05-15 17:02:26 -05:00
changeling
884c4cce0c
Correct Babel Relay Plugin docs link per Issue 358.
...
See graphql-python#358.
2019-05-15 16:27:35 -05:00
Paul Hallett
96908beaf7
Merge pull request #639 from Zorig/master
...
graphiql version upgrade close #572
2019-05-15 11:09:39 +01:00
zorig
ba64bceab0
graphiql version upgrade
2019-05-15 17:22:29 +08:00
Paul Hallett
e26a9f2a44
Merge pull request #631 from graphql-python/fix-628
...
Fix importing error for GraphQLTestCase
2019-05-13 18:12:22 +01:00
Paul Hallett
65d15cc3ef
Merge pull request #635 from davidjb/master
...
Update install docs for Django 2.x
2019-05-13 18:12:07 +01:00
David Beitey
ce9d989bcd
Update install docs for Django 2.x
...
This uses the new URL routing syntax introduced in Django 2.0 (https://docs.djangoproject.com/en/2.2/releases/2.0/#simplified-url-routing-syntax ). The older `url()` syntax will deprecated at some point in future https://docs.djangoproject.com/en/2.2/ref/urls/#url
2019-05-13 17:08:26 +10:00
Mel van Londen
865c9535b9
Bugfix: FormMutation was always causing boolean fields to be required ( #613 )
...
Bugfix: FormMutation was always causing boolean fields to be required
2019-05-09 11:47:47 -07:00
Paul Hallett
2bf7e7f66d
Fix importing error for GraphQLTestCase
2019-05-08 22:45:28 +01:00
Paul Hallett
223d0b1d28
Merge pull request #627 from graphql-python/custom-choices
...
Add documentation for settings
2019-05-07 21:30:45 +01:00
Paul Hallett
bd53940d23
newline
2019-05-07 20:23:26 +01:00
Paul Hallett
df4a07982f
Add documentation for settings
2019-05-07 20:23:10 +01:00
Paul Hallett
c0fbed2110
Merge pull request #624 from graphql-python/docs-improvements
...
Docs improvements
2019-05-07 19:35:49 +01:00
Paul Hallett
15b5e6ae24
Fix security issues
2019-05-07 19:26:19 +01:00
Paul Hallett
31468f5687
Rebuild documentation
2019-05-07 19:23:01 +01:00
Paul Hallett
6f03597a5e
Create CODE_OF_CONDUCT.md
2019-05-06 13:28:02 +01:00
Paul Hallett
0d178b38fb
Merge pull request #609 from acu/fix-connection-field-required
...
Fix passing required=True to DjangoConnectionField
2019-05-06 12:01:12 +01:00
Paul Hallett
9a43f65b44
Merge pull request #623 from graphql-python/black
...
Introduce Black formatting, additional tests
2019-05-05 16:43:30 +01:00
Paul Hallett
e6ad5887ca
Introduce Black formatting, additional tests
2019-05-02 17:46:35 +01:00
Alexandre Kirszenberg
b49d315a39
4 spaces
2019-05-01 15:49:54 +02:00
Eran Kampf
05c89c19fb
Test docs integration webhook
2019-04-30 09:57:17 -07:00
Eran Kampf
d720b47c8d
Test docs build
2019-04-30 09:55:28 -07:00
Mel van Londen
2016011394
Merge pull request #605 from GitRon/bugfix/missing-type-declaration-in-docs
...
Missing LOC in django model form documentation (fixes #602 )
2019-04-27 09:34:58 -07:00
Mel van Londen
fb8a129752
Merge pull request #608 from GitRon/feature/base-test-class
...
Added test class for django api unittests and documentation
2019-04-27 09:16:23 -07:00
Mel van Londen
095a213b42
Merge pull request #601 from sierreis/manifest-static
...
Add static files to MANIFEST.in
2019-04-27 09:14:25 -07:00
Mel van Londen
6145197f44
Merge pull request #619 from dsanders11/patch-1
...
Drop old Django compatibility code
2019-04-27 09:10:51 -07:00
Mel van Londen
651d57ee23
Merge pull request #622 from graphql-python/makefile
...
Add Makefile and better CONTRIBUTING.md
2019-04-26 08:41:26 -07:00
Paul Hallett
bba8377a82
Move documentation to CONTRIBUTING.md
2019-04-26 14:08:44 +01:00
Paul Hallett
2ae897187c
Add Makefile and better CONTRIBUTING.md
2019-04-26 13:14:28 +01:00
alejandronunez
8f4da00bd9
Merge pull request #21 from revolico/data_loader_field#20
...
DataLoaderField - A field to dataloading#20
2019-04-15 15:56:16 -04:00
David Sanders
6acd917cf7
Drop old Django compatibility code
2019-04-15 05:53:30 -07:00
Olivia Rodriguez Valdes
923585be87
Check none values before data-loading ut
2019-04-11 15:36:44 -04:00
Olivia Rodriguez Valdes
9128889353
Add load-many support
2019-04-11 09:03:17 -04:00
Olivia Rodriguez Valdes
9caa57a7ff
Accept source_loader from kwargs in DataLoaderField resolver
2019-04-10 14:16:08 -04:00
Olivia Rodriguez Valdes
581dbe7416
Add tests to DataLoaderField
2019-04-10 11:28:40 -04:00
Olivia Rodriguez Valdes
ee50031cf6
Add DataLoaderField
2019-04-10 11:28:33 -04:00
Ronny Vedrilla
29b8ea8398
Bugfix: FormMutation was always causing boolean fields to be required
2019-04-05 14:27:53 +02:00
Andrew Bettke
a7ee042e9d
Merge branch 'master' of https://github.com/graphql-python/graphene-django into fix/enhanced-proxy-model-support
2019-04-01 22:15:16 +13:00