Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rest_framework-stubs/routers.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class BaseRouter(metaclass=RenameRouterMethods):
class SimpleRouter(BaseRouter):
routes: list[Route | DynamicRoute]
trailing_slash: str
def __init__(self, trailing_slash: bool = ...) -> None: ...
def __init__(self, trailing_slash: bool = ..., use_regex_path: bool = ...) -> None: ...
def get_routes(self, viewset: type[ViewSetMixin]) -> list[Route]: ...
def _get_dynamic_route(self, route: DynamicRoute, action: Any) -> Route: ...
def get_method_map(self, viewset: type[ViewSetMixin], method_map: Mapping[str, str]) -> dict[str, str]: ...
Expand Down
1 change: 0 additions & 1 deletion scripts/stubtest/allowlist_todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ rest_framework.generics.GenericAPIView.__class_getitem__
rest_framework.request.Request.__class_getitem__
rest_framework.response.Response.__class_getitem__
rest_framework.routers.BaseRouter.is_already_registered
rest_framework.routers.SimpleRouter.__init__
rest_framework.schemas.openapi.AutoSchema.get_field_name
rest_framework.serializers.DecimalField.__init__
rest_framework.serializers.Field.__class_getitem__
Expand Down