graphene-django/graphene_django/filter
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
..
tests Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
__init__.py Reformatted files using black 2018-07-19 16:52:24 -07:00
fields.py Update travis and tox (#667) 2019-06-10 20:54:30 -07:00
filterset.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
utils.py Bugfix: Correct filter types for DjangoFilterConnectionFields (#682) 2019-07-07 12:11:27 -07:00