.. |
debug
|
Remove some compatility layers for django 1.6
|
2017-06-23 12:32:43 +01:00 |
filter
|
Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings
|
2017-04-15 02:15:17 -07:00 |
management
|
add indent support for graphql_schema command
|
2016-10-17 15:08:04 +08:00 |
rest_framework
|
Use six.with_metaclass to support python 2.7
|
2017-06-26 09:19:49 +01:00 |
templates/graphene
|
Fix missing operation_name warning
|
2016-11-11 14:35:41 -05:00 |
tests
|
Merge pull request #180 from arianon/master
|
2017-06-24 15:44:51 -07:00 |
__init__.py
|
Isolated Graphene Django in a new package
|
2016-09-17 16:31:17 -07:00 |
compat.py
|
Fix compatibility with pypy
|
2017-06-23 12:48:32 +01:00 |
converter.py
|
Delete RelatedObject import
|
2017-06-23 12:51:19 +01:00 |
fields.py
|
Use Promise.then instead of Promise.get on DjangoConnectionField
|
2017-05-19 19:33:00 -04:00 |
form_converter.py
|
Added required conversion to model and form fields. Fixed #2
|
2016-09-22 20:03:47 -07:00 |
forms.py
|
Isolated Graphene Django in a new package
|
2016-09-17 16:31:17 -07:00 |
registry.py
|
Allow nodes to skip the registry
|
2017-02-02 20:29:21 +01:00 |
settings.py
|
Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings
|
2017-04-15 02:15:17 -07:00 |
types.py
|
Merge pull request #74 from momamene/fix-reverse-fields-name
|
2017-03-15 21:37:48 -07:00 |
utils.py
|
Merge pull request #202 from patrick91/feature/up-django
|
2017-06-24 15:43:35 -07:00 |
views.py
|
request.body might raise RawPostDataException, RequestDataTooBig, UnreadablePostError exceptions which are not related to invalid JSON data
|
2017-04-12 12:43:21 +02:00 |