Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest django-filter breaks filtering devices/etc on None #1649

Closed
lae opened this issue Oct 26, 2017 · 0 comments
Closed

Latest django-filter breaks filtering devices/etc on None #1649

lae opened this issue Oct 26, 2017 · 0 comments
Labels
type: bug A confirmed report of unexpected behavior in the application

Comments

@lae
Copy link
Contributor

lae commented Oct 26, 2017

Issue type

[ ] Feature request
[x] Bug report
[ ] Documentation

Environment

  • Python version: 3.4.2
  • NetBox version: 2.2.2

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 from django-filter==1.0.4 to django-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?

@jeremystretch jeremystretch added the type: bug A confirmed report of unexpected behavior in the application label Oct 30, 2017
This was referenced Oct 31, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants