mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
f97367b3ee
commit
42cba8976f
4 changed files with 170 additions and 18 deletions
3
CHANGES/727.misc
Normal file
3
CHANGES/727.misc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue