“required” is a valid argument for Django forms. For models, you want the keyword args blank=True (for the admin) and null=True (for the database).
“required” is a valid argument for Django forms. For models, you want the keyword args blank=True (for the admin) and null=True (for the database).