graphene-django/graphene_django
2024-12-19 16:05:44 -05:00
..
debug Use ruff in pre-commit () 2023-08-06 01:47:00 +03:00
filter Merge branch 'main' into fix-m2m-filter-type 2024-12-19 16:05:44 -05:00
forms Use ruff format to replace black () 2023-10-25 11:33:00 +03:00
management Miscellaneous CI fixes () 2023-08-09 20:48:42 +03:00
rest_framework Use ruff format to replace black () 2023-10-25 11:33:00 +03:00
static/graphene_django Support displaying deprecated input fields in GraphiQL docs () 2023-09-13 09:49:01 +03:00
templates/graphene Support displaying deprecated input fields in GraphiQL docs () 2023-09-13 09:49:01 +03:00
tests Not require explicitly set ordering in DjangoConnectionField () 2024-04-18 12:00:31 +08:00
utils remove dead code: singledispatch has been in the standard library ... () 2024-09-15 21:50:15 +07:00
__init__.py Bump to 3.2.2 2024-06-12 10:52:45 +08:00
compat.py fix: empty list is not an empty value for list filters even when a custom filtering method is provided () 2023-08-11 23:24:58 +08:00
conftest.py Make tests order independent () 2020-04-20 13:23:20 +01:00
constants.py WIP: Merge master into v3 () 2020-12-30 15:37:57 -08:00
converter.py Allows field's choices to be a callable () 2024-03-21 00:48:51 +08:00
fields.py Not require explicitly set ordering in DjangoConnectionField () 2024-04-18 12:00:31 +08:00
registry.py Use ruff in pre-commit () 2023-08-06 01:47:00 +03:00
settings.py Provide setting to enable/disable converting choices to enums globally () 2023-12-20 17:55:15 +08:00
types.py Provide setting to enable/disable converting choices to enums globally () 2023-12-20 17:55:15 +08:00
views.py Add support for validation rules () 2023-12-20 12:48:45 +03:00