Replies: 1 comment 3 replies
-
Hi @mfisco, Thank you for reaching out. Yes, that is possible. You simply need to remove Cheers! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’ve been trying to integrate django-s3file into a Django project that involves dynamically generated forms within formsets. Specifically, I use custom JavaScript to add extra forms to a formset dynamically. However, these dynamically added forms do not have valid signed POST URLs for S3 file uploads, which causes some issues.
Currently, it seems that the
S3FileInputMixin
is automatically applied to all forms by default. Is there a way to apply the mixin to only certain forms/fields selectively?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions