mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +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: ... |