sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

Add another overload to path function #234

Closed 3wille closed 4 months ago

3wille commented 4 months ago

Allows to pass NinjaAPI's .urls to Django's path function.

Adding URLPattern to IncludedURLConf didn't work. My guess is that this is caused by the str | None in IncludedURLConf which is not as strict as the return type of ninja_api.urls

fixes sbdchd/django-types#173

sbdchd commented 4 months ago

Thank you!