You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filtering devices on e.g. Tenant to "None", i.e. /dcim/devices/?tenant=0, returns zero results when there are devices with no tenant. After some troubleshooting it seems that the upgrade from django-filter==1.0.4 to django-filter==1.1.0 resulted in this issue.
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
Filtering devices on e.g. Tenant to "None", i.e.
/dcim/devices/?tenant=0
, returns zero results when there are devices with no tenant. After some troubleshooting it seems that the upgrade fromdjango-filter==1.0.4
todjango-filter==1.1.0
resulted in this issue.I'm not too familiar with the django-filter library but it seems like carltongibson/django-filter#680 might be the culprit?
The text was updated successfully, but these errors were encountered: