mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 14:31:56 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
13
django-stubs-generated/contrib/sites/requests.pyi
Normal file
13
django-stubs-generated/contrib/sites/requests.pyi
Normal file
@@ -0,0 +1,13 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
from django.http.request import HttpRequest
|
||||
|
||||
|
||||
class RequestSite:
|
||||
name: str
|
||||
domain: str = ...
|
||||
def __init__(self, request: HttpRequest) -> None: ...
|
||||
def save(
|
||||
self, force_insert: bool = ..., force_update: bool = ...
|
||||
) -> Any: ...
|
||||
def delete(self) -> Any: ...
|
||||
Reference in New Issue
Block a user