From f49c310f23f3bb0c895e461690354f21a2d2d2ed Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 12 Dec 2023 13:59:14 -0800 Subject: [PATCH] 13983 fix escape handling --- netbox/extras/forms/bulk_import.py | 2 -- netbox/extras/models/customfields.py | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/netbox/extras/forms/bulk_import.py b/netbox/extras/forms/bulk_import.py index 745268f33..c938ce69d 100644 --- a/netbox/extras/forms/bulk_import.py +++ b/netbox/extras/forms/bulk_import.py @@ -96,8 +96,6 @@ class CustomFieldChoiceSetImportForm(CSVModelForm): for line in self.cleaned_data['extra_choices']: try: value, label = re.split(r'(?