'AdvancedFilterQueryForm' object has no attribute 'cleaned_data'
See original GitHub issueDescribe the bug
Trying to create any new filter leads to AdvancedFilterQueryForm object has no attribute cleaned_data
error.
Steps to reproduce
- Have Django 3.2.0 installed
- Try creating a filter
Expected behaviour
You should be able to create a filter
Details
- OS: Windows 10/Alpine Linux v3.13
- Python version 3.7/3.8
- Django version 3.2.0
- django-advanced-filters version 1.3.0
- Browser Chrome
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:18 (6 by maintainers)
Top Results From Across the Web
Django: Model Form "object has no attribute 'cleaned_data'"
The form shows up fine, but when I submit it I get an error: 'SearchForm' object has no attribute 'cleaned_data'.
Read more >'form' object has no attribute 'cleaned_data' Solved in Django
'Signup_teacher_form' object has no attribute ' cleaned_data ', Solved in DjangoSubscribe the Channel- https://www.youtube.com/javaatpoint.
Read more >modlinltd/django-advanced-filters - Gitter
return form.cleaned_data.get(DELETION_FIELD_NAME, False) AttributeError: 'AdvancedFilterQueryForm' object has no attribute 'cleaned_data'.
Read more >Model Form object has no attribute cleaned data in Django
I am trying to make a search form for one of my classes. The model of the form is: from django import forms...
Read more >AttributeError: 'User' object has no attribute 'cleaned_data'
AttributeError : 'User' object has no attribute 'cleaned_data'. I am getting this error even though I have only one instance of form and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the kind reminder, since this version contains a breaking change (dropping support for older Python/Django versions), it’s released as 2.0.0 on pypi.
@davidfstr Hi! I’m not a maintainer here, just contributed a PR 😃
Only @asfaltboy is listed as the PyPI maintainer https://pypi.org/project/django-advanced-filters/, hopefully he can make a release soon.