mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-17 15:24:14 +08:00
* fix(ResolverMatch): Added _func_path ResolverMatch class in Django contains _func_path variable and it will get initialized in init method whatever the condition, so it should be added in type stubs as well. https://github.com/django/django/blob/main/django/urls/resolvers.py#L48 * Update resolvers.pyi Co-authored-by: Nikita Sobolev <mail@sobolevn.me>