graphene-django/graphene_django
Jason Kraus a818ec9017 replace merge_queryset with resolve_queryset pattern (#796)
* replace merge_queryset with resolve_queryset pattern

* skip double limit test

* Update graphene_django/fields.py

Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>

* yank skipped test

* fix bad variable ref

* add test for annotations

* add test for using  queryset with django filters

* document ththat one should use defer instead of values with queysets and DjangoObjectTypes
2019-11-28 10:49:37 +00:00
..
debug add Django 3.0 to the test matrix (#793) 2019-10-18 11:38:59 +01:00
filter replace merge_queryset with resolve_queryset pattern (#796) 2019-11-28 10:49:37 +00:00
forms Adds documentation to CAMELCASE_ERRORS setting (#689) 2019-07-08 22:22:08 +01:00
management Add watch option to graphql_schema (#656) 2019-06-09 17:06:50 -07:00
rest_framework convert DRF ChoiceField to Enum (#537) 2019-09-22 21:13:12 +01:00
static/graphene_django Revert to default query execution behaviour 2018-09-09 21:44:30 +01:00
templates/graphene bump react to 16.8.6 2019-05-20 19:41:25 +08:00
tests replace merge_queryset with resolve_queryset pattern (#796) 2019-11-28 10:49:37 +00:00
utils add Django 3.0 to the test matrix (#793) 2019-10-18 11:38:59 +01:00
__init__.py v2.6.0 2019-09-22 21:17:44 +01:00
compat.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
converter.py convert DRF ChoiceField to Enum (#537) 2019-09-22 21:13:12 +01:00
fields.py replace merge_queryset with resolve_queryset pattern (#796) 2019-11-28 10:49:37 +00:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py add Django 3.0 to the test matrix (#793) 2019-10-18 11:38:59 +01:00
types.py Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
views.py Upgrade graphiql version to fix history tool (#772) 2019-09-22 20:43:46 +01:00