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

Closes #10923: Remove unused NetBoxModelCSVForm class

This commit is contained in:
jeremystretch
2023-01-09 10:08:26 -05:00
committed by jeremystretch
parent cd09501d4d
commit e19ce69238
4 changed files with 9 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
# NetBox v3.4
## v3.5.0 (FUTURE)
### Other Changes
* [#10923](https://github.com/netbox-community/netbox/issues/10923) - Remove unused `NetBoxModelCSVForm` class (replaced by `NetBoxModelImportForm`)