graphene-django/graphene_django
2016-12-30 09:57:50 +00:00
..
debug Updated middleware view management 2016-09-20 00:08:14 -07:00
filter Removed unused imports 2016-11-23 02:30:14 -08:00
management add indent support for graphql_schema command 2016-10-17 15:08:04 +08:00
templates/graphene Fix missing operation_name warning 2016-11-11 14:35:41 -05:00
tests Fixes nested node test when django-filter is not installed. 2016-12-30 09:57:50 +00:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
compat.py Fixed JSONField import only in Django 1.9+. Fixed #40 2016-11-14 23:07:45 -08:00
converter.py added time field 2016-11-23 12:25:59 -05:00
fields.py Fixes filtering in nested nodes. 2016-12-29 15:40:12 +00: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 Improved python syntax and sorts (pep8). Improved Readme 2016-09-17 17:09:56 -07:00
settings.py add indent support for graphql_schema command 2016-10-17 15:08:04 +08:00
types.py Remove filter order_by as Django Filters have deprecated it in 1.0 2016-11-23 02:15:05 -08:00
utils.py Improved python syntax and sorts (pep8). Improved Readme 2016-09-17 17:09:56 -07:00
views.py Merge pull request #38 from TangoAgency/batch 2016-11-02 20:48:10 -07:00