graphene-django/graphene_django
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
..
debug Updated middleware view management 2016-09-20 00:08:14 -07:00
filter Fixed django-filter integration (0.15) 2016-09-20 23:50:28 -07:00
management Fixed a bug that was causing graphql_schmea command to not import properly 2016-09-21 14:57:47 -07:00
templates/graphene Moved django-graphql-view and django-graphiql into graphene-django 😎 2016-09-19 22:04:23 -07:00
tests Fixed tests 2016-09-19 22:53:56 -07:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
compat.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
converter.py Added a DjangoToManyField to handle to-many relationships 2016-09-20 21:25:05 -07:00
fields.py Added a DjangoToManyField to handle to-many relationships 2016-09-20 21:25:05 -07:00
form_converter.py Improved python syntax and sorts (pep8). Improved Readme 2016-09-17 17:09:56 -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 Improved PEP8 syntax 2016-09-19 22:15:10 -07:00
types.py Improved python syntax and sorts (pep8). Improved Readme 2016-09-17 17:09:56 -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