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

Introduced NullableModelMultipleChoiceField to allow null filtering without causing introspection issues during database migrations

This commit is contained in:
Jeremy Stretch
2016-09-20 15:48:58 -04:00
parent b2684aeefc
commit 0444ac7db9
4 changed files with 74 additions and 54 deletions

View File

@ -4,7 +4,6 @@ import re
from django import forms
from django.core.urlresolvers import reverse_lazy
from django.db.models import Count
from django.utils.encoding import force_text
from django.utils.html import format_html
from django.utils.safestring import mark_safe