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
|
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 |
|