Django blank vs null: Whatβs the difference between blank=True and null =True in Django models?
This post will explain the Django blank vs null concept. The difference between blank=True and null=True is a confusing concept in Django models. There is quite a big confusion about the difference between the blank = True and null = True values when dealing with Django models. This confusion is not popular only among beginners [β¦]