Commit Graph

586 Commits

Author SHA1 Message Date
Mardanov Timur Rustemovich
665e64d041 check relationship function 2018-11-21 01:34:50 +03:00
Mardanov Timur Rustemovich
61c67853c3 fixed imports 2018-11-20 12:35:46 +03:00
Mardanov Timur Rustemovich
628ad8e1ef fixed 2018-11-20 12:30:40 +03:00
Mardanov Timur Rustemovich
f544ac6f4f fix 2018-11-20 12:15:35 +03:00
Mardanov Timur Rustemovich
c233330115 fix 2018-11-20 12:14:12 +03:00
Mardanov Timur Rustemovich
890ef28b85 fixed field choices realisation 2018-11-20 12:09:28 +03:00
Mardanov Timur Rustemovich
1ecc760a6b removed print 2018-11-20 05:00:01 +03:00
Mardanov Timur Rustemovich
9d30abb77e fixed 2018-11-20 04:51:53 +03:00
Mardanov Timur Rustemovich
b3d8ed36c0 fix 2018-11-20 04:37:17 +03:00
Mardanov Timur Rustemovich
8df0a44d65 fix 2018-11-20 04:23:54 +03:00
Mardanov Timur Rustemovich
e801fcaa3d test 2018-11-20 04:18:06 +03:00
Mardanov Timur Rustemovich
c434fa9387 fixed converter 2018-11-20 04:09:44 +03:00
Mardanov Timur Rustemovich
d1cefbef17 try to enable fucking definition 2018-11-20 04:07:36 +03:00
Mardanov Timur Rustemovich
0e1ca2fbc0 define init relationships 2018-11-20 03:43:00 +03:00
Mardanov Timur Rustemovich
fc1521b2f0 fixed is_typ_of 2018-11-19 22:51:24 +03:00
Mardanov Timur Rustemovich
65ab452045 fix type 2018-11-19 22:44:22 +03:00
Mardanov Timur Rustemovich
3c16928ed2 fix meta model 2018-11-19 22:27:15 +03:00
Mardanov Timur Rustemovich
8b1d1874ed property kwargs 2018-11-19 22:08:51 +03:00
Mardanov Timur Rustemovich
a65c3c20e9 not related props 2018-11-19 22:02:08 +03:00
Mardanov Timur Rustemovich
0d44cdd51f dev 2018-11-19 21:39:59 +03:00
Mardanov Timur Rustemovich
30deedcb37 dev 2018-11-19 21:37:53 +03:00
Mardanov Timur Rustemovich
1c1e0cce15 support neomodel in metaclass 2018-11-19 21:24:46 +03:00
Mardanov Timur Rustemovich
be2e7111b7 install 2018-11-19 21:03:15 +03: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