Files
django-stubs/django-stubs/db/models/fields/proxy.pyi

7 lines
161 B
Python

from typing import Any
from django.db.models import fields
class OrderWrt(fields.IntegerField):
def __init__(self, *args: Any, **kwargs: Any) -> None: ...