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

Fixes #1859: Implemented support for line breaks within CSV fields

This commit is contained in:
Jeremy Stretch
2018-02-02 13:32:16 -05:00
parent 59dcbce417
commit 60c03a646c
4 changed files with 64 additions and 69 deletions

View File

@@ -20,7 +20,7 @@ from django.views.generic import View
from django_tables2 import RequestConfig
from extras.models import CustomField, CustomFieldValue, ExportTemplate, UserAction
from utilities.csv import queryset_to_csv
from utilities.utils import queryset_to_csv
from utilities.forms import BootstrapMixin, CSVDataField
from .error_handlers import handle_protectederror
from .forms import ConfirmationForm