graphene-django/docs
ndpu be17278b49
Add DjangoFormInputObjectType to forms/types (#1325)
* 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>
2023-05-24 15:58:50 +03:00
..
_static Update doc setup (#673) 2019-06-14 12:33:37 +01:00
authorization.rst Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
conf.py Update docs/requirements.txt (#1410) 2023-05-24 15:55:20 +03:00
debug.rst enhancement: DjangoDebugContext captures exceptions and allows captured stack traces to be queried (#1122) 2021-03-02 10:45:46 -08:00
extra-types.rst Add extra types documentation (#902) 2020-05-09 12:19:02 +01:00
fields.rst document purpose of DjangoConnectionField (#1107) 2021-02-02 09:58:43 -08:00
filtering.rst Update filtering.rst 2023-04-26 22:46:40 +03:00
index.rst Update GraphiQL, add GraphiQL subscription support (#1001) 2020-07-12 14:42:31 +01:00
installation.rst WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
introspection.rst Detect format from output file path (#868) 2020-03-13 10:04:55 +00:00
Makefile Update doc setup (#673) 2019-06-14 12:33:37 +01:00
mutations.rst Add DjangoFormInputObjectType to forms/types (#1325) 2023-05-24 15:58:50 +03:00
queries.rst Fix code examples in queries.rst (#1265) 2022-09-24 16:00:22 +03:00
requirements.txt Update docs/requirements.txt (#1410) 2023-05-24 15:55:20 +03:00
schema.py 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
schema.rst Rebuild documentation 2019-05-07 19:23:01 +01:00
settings.rst Update docs/requirements.txt (#1410) 2023-05-24 15:55:20 +03:00
subscriptions.rst Update GraphiQL, add GraphiQL subscription support (#1001) 2020-07-12 14:42:31 +01:00
testing.rst Move testing endpoint to settings (#1105) 2022-09-26 01:56:22 +03:00
tutorial-plain.rst 👷 Add pre-commit (#1336) 2022-10-19 17:10:30 +03:00
tutorial-relay.rst minor fix on schema.py part (#1306) 2022-09-22 19:10:52 +01:00