You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anyone using DAL in combination with other widgets in the same form? I have a form in which I use https://pypi.org/project/django-s3-upload/ for image upload. Now, when I try to add DAL for one of the fields, new objects can't be created (request.POST.get('text') returns None). Without s3upload, DAL works fine, but it appears the two widgets are not compatible and can't be used together in the same form.
If anyone has any experience with such issues, I would appreciate some help.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello.
Is anyone using DAL in combination with other widgets in the same form? I have a form in which I use https://pypi.org/project/django-s3-upload/ for image upload. Now, when I try to add DAL for one of the fields, new objects can't be created (request.POST.get('text') returns None). Without s3upload, DAL works fine, but it appears the two widgets are not compatible and can't be used together in the same form.
If anyone has any experience with such issues, I would appreciate some help.
Thanks!
The text was updated successfully, but these errors were encountered: