Fixes #11683: Fix CSV header attribute detection when auto-detecting import format

This commit is contained in:
jeremystretch
2023-02-07 17:24:26 -05:00
parent 3f28d6aef3
commit 56c7a238a4
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## v3.4.5 (FUTURE)
### Bug Fixes
* [#11683](https://github.com/netbox-community/netbox/issues/11683) - Fix CSV header attribute detection when auto-detecting import format
---
## v3.4.4 (2023-02-02)