1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7691: Remove field_order from filterset forms

This commit is contained in:
jeremystretch
2021-12-10 08:57:19 -05:00
parent de698154cd
commit 88fae2171d
4 changed files with 0 additions and 23 deletions

View File

@@ -1,4 +1,3 @@
from django import forms
from django.utils.translation import gettext as _
from extras.forms import CustomFieldModelFilterForm