mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-06-25 18:24:10 +08:00
3c1e9e3884
* Allow List[Tuple[Any]] as args_generator argument to format_html_join format_html_join's args_generator argument can be anything that contains tuples of things that can be coerced to strings or that have a `__html__` method. Fixes #721. * Use `Iterable[Iterable[Any]]` as `args_generator` type * Run linter