graphene-django/graphene_django/tests
Thomas Leonard e323e2bc0b
Add enum support to filters and fix filter typing (v2) (#1114)
* - Add filtering support for choice fields converted to graphql Enum (or not)
- Fix type of various filters (used to default to String)
- Fix bug with contains introduced in previous PR
- Fix bug with declared filters being overridden (see PR #1108)
- Fix support for ArrayField and add documentation

* Fix tests

Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
2021-02-22 20:22:09 -08:00
..
issues Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
forms.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
models.py Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
mutations.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
schema_view.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
schema.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_command.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
test_converter.py Convert Django form / DRF decimals to Graphene decimals (#958) 2021-01-09 22:00:11 -08:00
test_fields.py Fix 1061: DjangoListField should not cache queries (#1063) 2020-12-22 20:10:28 -08:00
test_forms.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_query.py Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
test_schema.py Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
test_types.py Add offset pagination (#1013) 2020-10-26 09:09:21 -07:00
test_utils.py Use the Django TestCase's Client (#1084) 2020-12-30 21:12:24 -08:00
test_views.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
types.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
urls_inherited.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls_pretty.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls.py Reformatted files using black 2018-07-19 16:52:24 -07:00