django-localized-fields
django-localized-fields copied to clipboard
Unable to set LocalizedFileField as optional
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