django-localized-fields icon indicating copy to clipboard operation
django-localized-fields copied to clipboard

Unable to set LocalizedFileField as optional

Open udit-001 opened this issue 1 year ago • 0 comments

Even after defining the field as follows:

localized_attachment = LocalizedFileField(upload_to=resource_path, blank=False, null=False, required=False)

I am still getting validation error on Django Admin, let me know if there's a way to make it optional

udit-001 avatar Aug 23 '23 00:08 udit-001