netbox/netbox/utilities
2024-03-22 08:59:52 -04:00
..
forms Move utilities.utils.get_viewname() to utilities.views 2024-03-22 08:59:52 -04:00
management 13745 device type migration (#13747) 2023-09-18 09:59:26 -04:00
serializers Fix issues loading demo data 2022-11-29 09:18:03 -05:00
templates Replace custom form templates with TabbedFieldGroups 2024-03-19 13:34:13 -04:00
templatetags Move clean_html() & foreground_color() to utilities.html 2024-03-22 08:59:52 -04:00
testing Rename resolve_permission_ct() to resolve_permission_type() 2024-03-22 08:59:52 -04:00
tests 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
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Move title() from utilities.utils to utilities.string 2024-03-22 08:59:52 -04:00
choices.py Move choice sets from utilities.choices to netbox.choices 2024-03-22 08:59:52 -04:00
constants.py 12851 replace bleach with nh3 (#14767) 2024-01-11 09:31:32 -05:00
conversion.py Move to_grams() & to_meters() from utilities.utils to utilities.conversion 2024-03-22 08:59:52 -04:00
counters.py Fixes #14081: Fix cached counters on delete for parent-child items (#14131) 2023-12-12 16:53:04 -05:00
data.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
error_handlers.py Move utilities.api.rest_api_server_error() to utilities.error_handlers.handle_rest_api_exception() 2024-03-22 08:59:52 -04:00
exceptions.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
fields.py Merge branch 'develop' into feature 2024-02-21 16:24:23 -05:00
filters.py Remove unused MACAddressFilter 2024-03-22 08:59:52 -04:00
graphql_optimizer.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
html.py Move clean_html() & foreground_color() to utilities.html 2024-03-22 08:59:52 -04:00
jinja2.py Move utilities.utils.render_jinja2() to utilities.jinja2 2024-03-22 08:59:52 -04:00
json.py 10348 add decimal custom field (#10422) 2022-09-30 16:03:24 -04:00
markdown.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
migration.py custom_deconstruct() should not ignore TimeZoneField 2024-03-22 08:59:52 -04:00
mptt.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
ordering.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
paginator.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
permissions.py Rename resolve_permission_ct() to resolve_permission_type() 2024-03-22 08:59:52 -04:00
query_functions.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
querysets.py 12589 move user and group admin from admin (#12877) 2023-07-20 16:22:08 -04:00
request.py Move NetBoxFakeRequest and copy_safe_request() from utilities.utils to utilities.request 2024-03-22 08:59:52 -04:00
rqworker.py Adds rq retry options (#12588) 2023-05-16 14:10:44 -04:00
serialization.py Move serialize_object() & deserialize_object() to utilities.serialization 2024-03-22 08:59:52 -04:00
string.py Move title() from utilities.utils to utilities.string 2024-03-22 08:59:52 -04:00
tables.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
tracking.py 6347 Cache the number of each component type assigned to devices/VMs (#12632) 2023-07-25 09:39:05 -04:00
urls.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
utils.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
validators.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
views.py Move utilities.utils.get_viewname() to utilities.views 2024-03-22 08:59:52 -04:00