Atul Varma
263c7267cb
Fix code errors in form-mutations.rst ( #499 )
...
This fixes what appear to be some code errors/typos:
* The `FormMutation` class was renamed to `DjangoFormMutation`, and `ModelFormMutation` to `DjangoModelFormMutation`, in 40610c64a3
.
* `form_valid` was renamed to `perform_mutate` in 463ce68b16
.
It also clarifies a few things that I found confusing:
* It explicitly mentions that `perform_mutate` is a class method.
* The code samples now import the form classes from their packages, so readers know where to import them from too.
2019-03-19 20:24:24 +00:00
Liam O'Flynn
75bf398523
Ensure code example is fully functional ( #477 )
...
Simple change, it took me a while to figure out why the documentation's code was throwing an AssertionError :)
2019-03-19 20:22:04 +00:00
Charles Bradshaw
ae126a6dc3
Add Introspection Schema Link in Documentation ( #489 )
...
By the end of the Graphene and Django Tutorial using Relay, one might think they have finished everything needed server side for Relay, but six sections later, in a section that doesn't mention Relay in the title, the final required step for Relay is documented.
2019-03-19 20:20:26 +00:00
Jonathan Kim
6ce59aec1f
Merge pull request #538 from alqinae/cookbook-plain-2.1-compatible
...
Cookbook plain 2.1.2 compatible
2019-03-16 11:31:41 +00:00
Jonathan Kim
297b807f96
Merge pull request #508 from danpalmer/graphiql-no-querystring
...
Improve Security of GraphiQL
2019-03-16 11:30:32 +00:00
Mel van Londen
87592392de
Merge pull request #590 from graphql-python/fix-tests
...
Fix lint error
2019-03-09 22:09:13 -08:00
Jonathan Kim
ce8fa7f9f2
Fix lint error
2019-03-09 22:39:04 +01:00
Mel van Londen
a7c1d0146a
Merge pull request #526 from AlonsoEnrique/patch-1
...
fix order in params
2019-03-08 23:29:56 -08:00
alejandronunez
200353d014
Merge pull request #19 from revolico/camel-case-all-fields#17
...
removing django dependency
2019-03-07 08:55:25 -05:00
Alejandro Nunez Capote
b62eb0347c
removing django dependency
2019-03-07 08:54:07 -05:00
alejandronunez
f076cb473e
Merge pull request #18 from revolico/camel-case-all-fields#17
...
Verify ALL_FIELDS after camel case
2019-03-06 16:20:51 -05:00
Olivia Rodriguez Valdes
97b2cd08f2
Verify ALL_FIELDS after camel case
2019-03-06 16:07:37 -05:00
alejandronunez
dd3cc6889d
Merge pull request #16 from revolico/form-error-field-in-camel-case#15
...
Form error field in camel case#15
2019-03-06 10:00:12 -05:00
Olivia Rodriguez Valdes
365dfe0f14
Update tests
2019-03-04 15:34:09 -05:00
Olivia Rodriguez Valdes
e7705fe21b
Add camel case to error field
2019-03-04 15:33:59 -05:00
alejandronunez
65c40f643d
Merge pull request #14 from revolico/order-choices-verification#13
...
Change verification order
2019-03-04 12:00:46 -05:00
Olivia Rodriguez Valdes
0ee2327d60
Change verification order
2019-03-04 11:31:31 -05:00
alejandronunez
1151897f4a
Merge pull request #8 from revolico/convert_form_choice#7
...
Convert form choice#7
2019-03-04 10:01:44 -05:00
Olivia Rodriguez Valdes
b93bbb9546
Add form param to comments
2019-03-04 09:03:52 -05:00
Olivia Rodriguez Valdes
4996a72725
Set model dependency in conversion
2019-03-04 08:52:59 -05:00
Olivia Rodriguez Valdes
41222c1565
Fix lint errors
2019-03-04 08:51:21 -05:00
Olivia Rodriguez Valdes
f3660b3f30
Update tests
2019-03-03 15:34:01 -05:00
Olivia Rodriguez Valdes
6ea5e2bbaf
Update converter
2019-03-03 15:33:11 -05:00
Olivia Rodriguez Valdes
0541b713e9
Merge remote-tracking branch 'origin/master' into convert-form-choice
2019-03-01 16:45:04 -05:00
Olivia Rodriguez Valdes
8e2f626f35
Set conversion to enum
2019-03-01 16:38:47 -05:00
Olivia Rodriguez Valdes
e99d22510f
Merge remote-tracking branch 'origin/master' into convert_form_choice#7
2019-03-01 15:54:55 -05:00
alejandronunez
49bb86f58d
Merge pull request #6 from revolico/permission-to-type#5
...
Permission to type#5
2019-03-01 14:51:22 -05:00
Olivia Rodriguez Valdes
ece1677cb2
Merge branch 'permission-to-type#5' of github.com:revolico/graphene-django into permission-to-type#5
2019-03-01 14:43:34 -05:00
Olivia Rodriguez Valdes
1e1e849f4a
Rename to DjangoField
2019-03-01 14:34:54 -05:00
Alejandro Nunez Capote
603c950bcb
Merge branch 'master' into permission-to-type#5
2019-03-01 14:31:15 -05:00
alejandronunez
88209cff58
Merge pull request #4 from revolico/permissions-to-fields#3
...
Permissions to fields#3
2019-03-01 14:16:04 -05:00
Olivia Rodriguez Valdes
e7a4538a3e
Merge branch 'permissions-to-fields#3' into permission-to-type#5
...
# Conflicts:
# graphene_django/fields.py
2019-03-01 12:48:37 -05:00
Olivia Rodriguez Valdes
8912175cc5
Set permissions as optional
2019-03-01 12:44:52 -05:00
Olivia Rodriguez Valdes
76cbad1fb2
Change DjangoField to PermissionField
2019-03-01 12:42:29 -05:00
Olivia Rodriguez Valdes
ad2342a08b
Verify there is a viewer on context
2019-03-01 12:40:54 -05:00
alejandronunez
cb2a2f7534
Merge pull request #2 from revolico/remove-mirror-input-on-djangoformmutation#1
...
Remove mirror input on DjangoFormMutation#1
2019-03-01 10:13:49 -05:00
Olivia Rodriguez Valdes
696464691f
Merge branch 'permissions-to-fields#3' into permission-to-type#5
2019-03-01 09:29:17 -05:00
Olivia Rodriguez Valdes
063cced585
Update tests
2019-03-01 09:28:14 -05:00
Olivia Rodriguez Valdes
3eee96c9ad
Update get_unbound_function import
2019-02-28 22:48:00 -05:00
Olivia Rodriguez Valdes
7272d34950
Pass field_permissions as variable to __set_as_nullable__ method
2019-02-28 17:51:30 -05:00
Olivia Rodriguez Valdes
ef3cd81959
Reorder field_permissions
2019-02-28 17:21:26 -05:00
Olivia Rodriguez Valdes
1adb13dff8
Set function as unbound
2019-02-28 16:35:01 -05:00
Olivia Rodriguez Valdes
10d28ba5d0
Refactor DjangoObjectType
2019-02-28 15:30:36 -05:00
Olivia Rodriguez Valdes
9a645f3ef1
Refactor DjangoObjectType
2019-02-28 15:29:00 -05:00
Olivia Rodriguez Valdes
1382e93b28
Merge branch 'permissions-to-fields#3' into permission-to-type#5
...
# Conflicts:
# graphene_django/fields.py
2019-02-28 15:18:46 -05:00
Olivia Rodriguez Valdes
c518ddbf4b
Set raise_exception as arg
2019-02-28 15:15:46 -05:00
Olivia Rodriguez Valdes
b5dc9aea59
Merge branch 'permissions-to-field' into permissions-to-fields#3
2019-02-28 15:11:29 -05:00
Olivia Rodriguez Valdes
eca43192b0
Change get_unbound_function importation
2019-02-28 15:10:22 -05:00
Olivia Rodriguez Valdes
6cc6492732
Merge branch 'permissions-to-field' into permissions-to-fields#3
2019-02-28 15:06:21 -05:00
Olivia Rodriguez Valdes
d14af48866
Change naming
2019-02-28 15:05:39 -05:00