'NoneType' object has no attribute 'Meta' with django-filter and through m2m model #320
Labels
bug
Something isn't working
fix confirmation pending
issue has been fixed and confirmation from issue reporter is pending
Describe the bug
Using django-filter backend with a through relationship fails with 0.13.2. Not sure that's the exact issue but this does not happen without the "through".
To Reproduce
Models:
Views:
Error:
This happens in 0.12, 0.13.0, 0.13.1 & 0.13.2 as field.parent.parent seems to be None in this case.
Expected behavior
No issue.
The text was updated successfully, but these errors were encountered: