from django.db.models.fields import Field def get_readable_field_data_type(field: Field) -> str: ...