netbox/netbox/utilities/testing
Abhimanyu Saharan b7cfb2f7d9
Adds csv dialect detection to bulk import view (#13563)
* adds csv dialect detection to bulk import view #13239

* adds sane delimiters for dialect detection #13239

* adds csv delimiter tests #13239

* adds csv delimiter on the form

* pass delimiter to clean_csv method #13239

* fix tests for csv import #13239

* fix tests for csv import #13239

* fix tests for csv import #13239

* fix tests for csv import #13239

* Improve auto-detection of import data format

* Misc cleanup

* Include tab as a supported delimiting character for auto-detection

* Move delimiting chars to a separate constant for easy reference

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-09-12 16:48:40 -04:00
..
__init__.py Introduce BaseFilterSetTests to standardize testing of PK filters 2021-05-03 14:36:44 -04:00
api.py Remove redundant overrides of EXEMPT_VIEW_PERMISSIONS 2023-08-03 11:07:30 -04:00
base.py Closes #12194: Add pre-defined custom field choices (#13219) 2023-07-28 11:24:21 -04:00
filtersets.py Closes #9858: ChangeLoggedModelFilterSet cleanup 2022-07-28 15:41:10 -04:00
utils.py Replaces device_role with role on device model (#13342) 2023-08-02 09:55:52 -04:00
views.py Adds csv dialect detection to bulk import view (#13563) 2023-09-12 16:48:40 -04:00