question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'AdvancedFilterQueryForm' object has no attribute 'cleaned_data'

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Reactions:11
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
asfaltboycommented, Jun 27, 2022

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.

2reactions
hugovkcommented, Jun 22, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found