mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
4 lines
102 B
Python
4 lines
102 B
Python
from django.db.models.fields import Field
|
|
|
|
|
|
def get_readable_field_data_type(field: Field) -> str: ... |