from django.db import models # define a custom field class CustomCharField(models.CharField): def __init__(self, *args, *