didierCH
didierCH
Added missing quotation mark to code sample.
If redirect to CMS page is enabled an empty form is saved. If redirect to CMS page is NOT enabled two forms are saved: one empty one not. Kind regards,...
If using aldryn_forms with simple captcha, invalid captcha requests will create an empty form in the backend.
The following line of code will cause issues in Django 3.1 and later: https://github.com/divio/aldryn-search/blob/a62715a07d296c117304a055202da417723a6dea/aldryn_search/utils.py#L125 As in the Django 3.1 [release notes is stated](https://docs.djangoproject.com/en/3.2/releases/3.1/#id1): "The compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields...
I have set up aldryn-search with whoosh and I discovered that the search results will show also results from sites with `login_required`, revealing private data. How can I prevent aldryn_search...
Hi @spookylukey thank you so much for this guide. It really helped me to understand FBV's AND CBV's better. When I learned Django I started with FBV's but soon switched...