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 |
|
Olivia Rodriguez Valdes
|
cc7bab38df
|
Merge branch 'permissions-to-field' into permissions-to-fields#3
|
2019-02-28 14:58:38 -05:00 |
|
Olivia Rodriguez Valdes
|
ad7497de10
|
Refactor PermissionField
|
2019-02-28 14:58:20 -05:00 |
|
Olivia Rodriguez Valdes
|
7d643f3b71
|
Get bound
|
2019-02-18 15:15:13 -05:00 |
|
Olivia Rodriguez Valdes
|
813b31e965
|
Get unbound function to resolver
|
2019-02-15 16:19:15 -05:00 |
|
Olivia Rodriguez Valdes
|
b8eef4731a
|
Set default resolver
|
2019-02-15 15:19:04 -05:00 |
|
Olivia Rodriguez Valdes
|
beba130657
|
Refactoring permission field
|
2019-01-07 07:44:20 -05:00 |
|
Olivia Rodriguez Valdes
|
4c6e7209c3
|
Add viewer management
|
2019-01-04 15:02:50 -05:00 |
|
Olivia Rodriguez Valdes
|
a314511ea4
|
Change PermissionField to DjangoPermissionField
|
2019-01-04 14:25:08 -05:00 |
|
Olivia Rodriguez Valdes
|
d773e4232a
|
Add tests to DjangoPermissionField
|
2019-01-04 14:24:55 -05:00 |
|
Olivia Rodriguez Valdes
|
72b8493632
|
Remove import
|
2019-01-04 14:24:44 -05:00 |
|
Olivia Rodriguez Valdes
|
5f17d6e025
|
Add PermissionField
|
2019-01-04 14:24:15 -05:00 |
|
Syrus Akbary
|
f76f38ef30
|
Merge pull request #512 from kalekseev/schema-to-stdout
Provide a way to dump schema to stdout.
|
2018-09-09 22:49:53 +02:00 |
|
Syrus Akbary
|
3d493c3bd9
|
Merge pull request #513 from danpalmer/patch-2
Document Django Debug types
|
2018-09-09 22:49:01 +02:00 |
|
Dan Palmer
|
040f6aa10e
|
Document, including whether fields are required
|
2018-09-09 19:01:00 +01:00 |
|
Dan Palmer
|
e6b21594d7
|
Add some documentation to DjangoDebug
|
2018-09-09 18:59:28 +01:00 |
|
Konstantin Alekseev
|
85527e1f94
|
Provide a way to dump schema to stdout.
|
2018-09-08 15:34:48 +03:00 |
|
Syrus Akbary
|
f4bbae29df
|
Updated version to 2.2.0
|
2018-09-05 23:20:25 +02:00 |
|
Syrus Akbary
|
f6dba3942c
|
Merge pull request #506 from ccsv/patch-1
Update authorization docs to Graphene 2.0
|
2018-09-05 13:30:40 +02:00 |
|
Syrus Akbary
|
2ccd483ffc
|
Update authorization.rst
|
2018-09-05 13:22:54 +02:00 |
|
Syrus Akbary
|
446013c752
|
Update authorization.rst
|
2018-09-05 13:21:39 +02:00 |
|
Syrus Akbary
|
21bad6105c
|
Merge pull request #472 from wsantos/master
Exclude id from mutation for create operations
|
2018-09-05 13:20:38 +02:00 |
|
Syrus Akbary
|
a59f41b080
|
Remove iso8601 dependency, updated graphql-core
|
2018-09-05 13:18:09 +02:00 |
|
Syrus Akbary
|
e45708b44e
|
Merge pull request #492 from jayhale/django-filter-2
Make GrapheneFilterSetMixin compatible with django-filter 2
|
2018-09-05 13:10:52 +02:00 |
|
Jay Hale
|
0314931f12
|
Removed Django < 1.11 compatibility checks from tests
|
2018-09-04 13:15:04 -04:00 |
|
Jay Hale
|
f8dff38e29
|
Remove unnecessary compat utility for Django < 1.11
|
2018-09-04 13:15:04 -04:00 |
|
Jay Hale
|
d8bdda94df
|
Add back support for django-filter < 2
|
2018-09-04 13:15:04 -04:00 |
|
Jay Hale
|
9152075ed8
|
Remove unsupported python & Django test cases
|
2018-09-04 13:15:04 -04:00 |
|
Jay Hale
|
dc0c2900d1
|
Making GrapheneFilterSetMixin compatible with django_filter 2
|
2018-09-04 13:15:04 -04:00 |
|
Syrus Akbary
|
14f156ef5f
|
Merge pull request #491 from ACollectionOfAtoms/patch-1
Mention filter incompatibility with django 2.0
|
2018-08-31 11:53:58 +02:00 |
|
C Chan
|
84d82f82a9
|
Update authorization docs to Graphene 2.0
* Re-write some language in "Limiting Field Access"
* Added code to "Queryset Filtering On Lists" section to handle queries that return nothing
* fix code to Filtering ID-based node access to work based on question [here](https://stackoverflow.com/questions/51057784/django-graphene-with-relay-restricting-queries-access-based-on-id/51958088#51958088)
* Rewrote Adding Login Requirements to be Django 2.0 compatible
Fixed login requirements
|
2018-08-29 00:37:27 -07:00 |
|
Adam
|
40da74fc52
|
Mention filter incompatibility with django 2.0
Was in the process of updating our app to Python 3 + Django 2.1 and ran into this (would've been nice if t was mentioned in the docs).
Related: https://github.com/graphql-python/graphene-django/issues/464
|
2018-08-07 11:04:52 -04:00 |
|
Syrus Akbary
|
9351626ad8
|
Merge pull request #483 from adamchainz/patch-1
Reword 'abstract' -> 'mixin' in plain tutorial
|
2018-08-01 11:52:56 -07:00 |
|
Adam Johnson
|
1ba9652f38
|
Reword 'abstract' -> 'mixin' in plain tutorial
More technically correct
|
2018-08-01 12:51:46 +01:00 |
|
Syrus Akbary
|
52d14f3b8a
|
Merge pull request #475 from NoumirPoutipou/master
Pin an explicit version of django-filter (<2) on cookbook example
|
2018-07-23 19:41:07 -07:00 |
|
Noumir.Poutipou
|
a57098b1cb
|
Pin an explicit version of django-filter (<2) on cookbook example
|
2018-07-24 04:03:59 +02:00 |
|
Waldecir Santos
|
9cf52ca272
|
Merge branch 'master' of github.com:wsantos/graphene-django
# Conflicts:
# graphene_django/forms/tests/test_mutation.py
|
2018-07-22 23:56:25 +01:00 |
|
Waldecir Santos
|
d4a9c2bb89
|
Fix tests.
|
2018-07-22 23:53:58 +01:00 |
|
Waldecir Santos
|
c1bd3c4c15
|
Exclude id from mutation, useful for create operations.
|
2018-07-22 23:35:11 +01:00 |
|
Waldecir Santos
|
74b6cf9919
|
Exclude id from mutation for update oprations
|
2018-07-22 23:34:01 +01:00 |
|
Syrus Akbary
|
dc561c68c4
|
Updated version to 2.1.0
|
2018-07-19 16:52:24 -07:00 |
|
Syrus Akbary
|
54ef52e1c6
|
Reformatted files using black
|
2018-07-19 16:52:24 -07:00 |
|
Syrus Akbary
|
96789b291f
|
Merge pull request #466 from ramonsaraiva/pin-filtering-docs
Pin django-filter in filtering docs
|
2018-07-19 16:46:32 -07:00 |
|
Syrus Akbary
|
f0705e2c25
|
Pin a explicit version of django-filter (<2)
|
2018-07-19 16:43:09 -07:00 |
|
Syrus Akbary
|
192ac963d9
|
Trying to fix tests
|
2018-07-19 16:39:24 -07:00 |
|
Ramon Saraiva
|
1c4182fd5d
|
Pin django-filter in filtering docs until full compatibility with 2.0.0
|
2018-07-17 02:19:35 -03:00 |
|