mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
be17278b49
* Add DjangoFormInputObjectType to forms/types InputObjectType derived class which gets fields from django form. Type of fields with choices (converted to enum) is set to custom scalar type (using Meta.object_type) to dynamically convert enum values back. * Correct Reporter model a_choice field type according to CHOICES tuple * Add tests for DjangoFormInputObjectType * Add pyenv files to .gitignore * Fix pyupgrade * Fix tests * Add docs * Fix docs example --------- Co-authored-by: Firas Kafri <3097061+firaskafri@users.noreply.github.com> |
||
---|---|---|
.. | ||
_static | ||
authorization.rst | ||
conf.py | ||
debug.rst | ||
extra-types.rst | ||
fields.rst | ||
filtering.rst | ||
index.rst | ||
installation.rst | ||
introspection.rst | ||
Makefile | ||
mutations.rst | ||
queries.rst | ||
requirements.txt | ||
schema.py | ||
schema.rst | ||
settings.rst | ||
subscriptions.rst | ||
testing.rst | ||
tutorial-plain.rst | ||
tutorial-relay.rst |