graphene-django/graphene_django
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
..
debug Updated middleware view management 2016-09-20 00:08:14 -07:00
filter don’t try to access the type until after initialization 2016-10-21 17:41:07 -07:00
management add indent support for graphql_schema command 2016-10-17 15:08:04 +08:00
templates/graphene Moved django-graphql-view and django-graphiql into graphene-django 😎 2016-09-19 22:04:23 -07:00
tests Added support for SimpleLazyObject. Fixed #22 2016-10-15 17:40:12 -07:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
compat.py Added duration field and improved UUID conversion 2016-10-15 16:43:27 -07:00
converter.py Added duration field and improved UUID conversion 2016-10-15 16:43:27 -07:00
fields.py Fixed returns in class init 2016-10-15 18:19:34 -07: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 Added support for SimpleLazyObject. Fixed #22 2016-10-15 17:40:12 -07:00
utils.py Improved python syntax and sorts (pep8). Improved Readme 2016-09-17 17:09:56 -07:00
views.py Updated middleware view management 2016-09-20 00:08:14 -07:00