netbox/netbox/extras/models
Jeremy Stretch 347b036e62 Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067)
* Enable E501 rule
* Configure ruff formatter
* Reformat migration files to fix line length violations
* Fix various E501 errors
* Move table template code to template_code.py & ignore E501 errors
* Reformat raw SQL
2024-11-21 15:58:11 -05:00
..
__init__.py Closes #15621: User notifications (#16800) 2024-07-15 14:24:11 -04:00
configs.py Move array_to_range(), array_to_string(), deepmerge(), drange(), flatten_dict(), and shallow_compare_dict() to utilities.data 2024-03-22 08:59:52 -04:00
customfields.py Closes #17761: Store empty CharField choices as null 2024-10-21 13:12:05 -04:00
dashboard.py Closes #17048: Replace all calls to get_user_model() with direct imports of User 2024-08-01 08:17:51 -04:00
mixins.py Fixes #14572 - Constrains JobView (and related views) badge to specific named job (#14754) 2024-01-22 14:01:53 -05:00
models.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
notifications.py #15621: Support notifications for deletion of a subscribed object 2024-08-02 11:34:56 -04:00
scripts.py 15353 add better script error message (#15441) 2024-05-17 14:54:30 -04:00
search.py Move object_type_identifier() & object_type_name() to utilities.object_types 2024-03-22 08:59:52 -04:00
staging.py Closes #17472: Deprecate the staged changes API 2024-10-10 14:32:39 -04:00
tags.py Merge branch 'develop' into feature 2024-04-03 08:43:12 -04:00