Bound filters resolving rework, filters with default argument (#727)

* bound filters resolving rework, filters with default argument

* bound filters resolving rework, filters with default argument

* Update 727.misc

* clarification of the comment about skipping filter

* fix data transfer from parent to included routers filters

* fix checking containing value in generator

* Update docs/dispatcher/filters/index.rst

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>

* Update 727.misc

* reformat

* better iterable types

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
darksidecat 2021-10-12 22:29:57 +03:00 committed by GitHub
parent f97367b3ee
commit 42cba8976f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 170 additions and 18 deletions

3
CHANGES/727.misc Normal file
View file

@ -0,0 +1,3 @@
Rework filters resolving:
* Automatically apply Bound Filters with default values to handlers
* Fix data transfer from parent to included routers filters