DAL compatibility with other widgets
apiljic opened this issue · 0 comments
apiljic commented
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!