graphene-django/graphene_django/tests
Jonathan Kim b7e4937775
Alias only_fields as fields and exclude_fields as exclude (#691)
* Create new fields and exclude options that are aliased to exclude_fields and only_fields

* Update docs

* Add some checking around fields and exclude definitions

* Add all fields option

* Update docs to include `__all__` option

* Actual order of fields is not stable

* Update docs/queries.rst

Co-Authored-By: Semyon Pupkov <semen.pupkov@gmail.com>

* Fix example code

* Format code

* Start raising PendingDeprecationWarnings for using only_fields and exclude_fields

* Update tests
2019-07-09 14:03:11 +01: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
models.py Adds enhanced support for proxy models. 2019-03-27 17:09:25 +13:00
schema_view.py Reformatted files using black 2018-07-19 16:52:24 -07:00
schema.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_command.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
test_converter.py Enforce NonNull for returned related Sets and their content (#690) 2019-06-25 16:30:30 +01:00
test_forms.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_query.py Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01: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 Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
test_utils.py Apply camel case converter to field names in DRF errors (#514) 2019-06-25 09:40:29 +01:00
test_views.py Reformatted files using black 2018-07-19 16:52:24 -07: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