mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
7 lines
170 B
Python
7 lines
170 B
Python
from typing import Optional
|
|
|
|
from django.db import models
|
|
|
|
class CurrentSiteManager(models.Manager):
|
|
def __init__(self, field_name: Optional[str] = ...) -> None: ...
|