Tony Angerilli
|
3e5ae5a3d1
|
don’t try to access the type until after initialization
this allows for fields in a node (using a DjangoFilterConnectionField) that reference themselves
|
2016-10-21 17:41:07 -07:00 |
|
cph
|
62d3eb911a
|
add indent support for graphql_schema command
|
2016-10-17 15:08:04 +08:00 |
|
Syrus Akbary
|
60bcc0beef
|
Use filter label as argument description. Fixed #16
|
2016-10-15 18:21:54 -07:00 |
|
Syrus Akbary
|
775221c427
|
Fixed returns in class init
|
2016-10-15 18:19:34 -07:00 |
|
Syrus Akbary
|
d73f4aa235
|
Added support for SimpleLazyObject. Fixed #22
|
2016-10-15 17:40:12 -07:00 |
|
Syrus Akbary
|
8136223bb1
|
Added duration field and improved UUID conversion
|
2016-10-15 16:43:27 -07:00 |
|
Syrus Akbary
|
459270cc09
|
Fixed tests
|
2016-10-15 16:04:32 -07:00 |
|
Syrus Akbary
|
3a9ffba560
|
Merge pull request #23 from morgante/fix_choice_enums
Fix #19 by using choice keys as enum keys, not choice descriptions
|
2016-10-15 15:58:29 -07:00 |
|
Morgante Pell
|
5ad21f1765
|
Fix #19 by using choice keys as enum keys, not choice descriptions
|
2016-10-13 22:01:54 -04:00 |
|
Morgante Pell
|
900354837e
|
Fix id lookup to handle cases where the primary key of the Django model is not called ID
|
2016-10-13 02:52:58 -04:00 |
|
Syrus Akbary
|
1a728e4e88
|
Fixed tests
|
2016-09-22 20:49:51 -07:00 |
|
Syrus Akbary
|
b8f9fec674
|
Added required conversion to model and form fields. Fixed #2
|
2016-09-22 20:03:47 -07:00 |
|
Syrus Akbary
|
7fbc3e69b1
|
Improved Django List retreival and added extra tests.
|
2016-09-21 19:34:30 -07:00 |
|
Syrus Akbary
|
9cfe337032
|
Merge pull request #4 from DeskConnect/to-many-field
Added a DjangoToManyField to handle to-many relationships
|
2016-09-21 19:18:31 -07:00 |
|
Syrus Akbary
|
b65afdc8c9
|
Merge pull request #6 from BossGrand/master
Fixed a bug that was causing graphql_schmea command to not import properly
|
2016-09-21 19:12:52 -07:00 |
|
BossGrand
|
1cb5f24f5b
|
Fixed a bug that was causing graphql_schmea command to not import properly
|
2016-09-21 14:57:47 -07:00 |
|
Syrus Akbary
|
c8c403edfd
|
Fixed django-filter integration (0.15)
|
2016-09-20 23:50:28 -07:00 |
|
Conrad Kramer
|
17178cfcbf
|
Added a DjangoToManyField to handle to-many relationships
To-many relationships return a manager, which needs to be turned
into an iterable (its queryset) using `maybe_queryset`.
|
2016-09-20 21:25:05 -07:00 |
|
Syrus Akbary
|
34f3c72da6
|
Updated middleware view management
|
2016-09-20 00:08:14 -07:00 |
|
Syrus Akbary
|
317c8ceec4
|
Ensure CSRF cookie is set. Updated dev version
|
2016-09-19 23:14:59 -07:00 |
|
Syrus Akbary
|
f806fefff3
|
Fixed tests
|
2016-09-19 22:53:56 -07:00 |
|
Syrus Akbary
|
8caa2cd00f
|
Fixed middleware
|
2016-09-19 22:38:27 -07:00 |
|
Syrus Akbary
|
70dbd4b512
|
Improved PEP8 syntax
|
2016-09-19 22:15:10 -07:00 |
|
Syrus Akbary
|
d11719507c
|
Fixed tests
|
2016-09-19 22:11:48 -07:00 |
|
Syrus Akbary
|
3aa929fdc9
|
Moved django-graphql-view and django-graphiql into graphene-django 😎
|
2016-09-19 22:04:23 -07:00 |
|
Syrus Akbary
|
459e390b47
|
Fixed connection field if django-filter is not installed
|
2016-09-17 18:41:14 -07:00 |
|
Syrus Akbary
|
5cba3f67fe
|
Fixed OneToOneField Django 1.6+ bug
|
2016-09-17 18:11:38 -07:00 |
|
Syrus Akbary
|
7756b0df8f
|
Fixed Python3 tests
|
2016-09-17 17:28:41 -07:00 |
|
Syrus Akbary
|
4e23c3ccf6
|
Improved python syntax and sorts (pep8). Improved Readme
|
2016-09-17 17:09:56 -07:00 |
|
Syrus Akbary
|
0434899b4e
|
Isolated Graphene Django in a new package
|
2016-09-17 16:31:17 -07:00 |
|