netbox/netbox/utilities
2020-06-26 15:17:07 -04:00
..
management Closes #4051: Disable the makemigrations management command 2020-01-30 10:12:53 -05:00
templates Fixes #4282: Fix label on export button for device types 2020-02-26 16:49:39 -05:00
templatetags Closes #4717: Introduce ALLOWED_URL_SCHEMES configuration parameter to mitigate dangerous hyperlinks 2020-06-15 11:53:47 -04:00
testing Fix the initial permissions check on create/edit/delete view tests 2020-06-26 15:17:07 -04:00
tests Add tests for CSVDataField 2020-05-01 13:32:28 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Fix ProviderTest 2020-06-05 15:18:18 -04:00
auth_backends.py Fix format string 2020-04-14 09:43:12 -04:00
background_tasks.py Closes #4502: Enable configuration of proxies for outbound HTTP requests 2020-04-30 14:59:13 -04:00
choices.py Closes #4672: Set default color for rack and devices roles 2020-05-26 09:36:27 -04:00
constants.py Closes #4672: Set default color for rack and devices roles 2020-05-26 09:36:27 -04:00
context_processors.py Expose regsitry in templates using existing context processor for settings 2020-03-27 13:18:51 -04:00
custom_inspectors.py Fixes #4361: Set correct type of connection_state 2020-04-15 01:02:11 -04:00
error_handlers.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
exceptions.py Add option to commit database changes 2019-08-12 14:28:06 -04:00
fields.py Fixes #4183: Fix representation of NaturalOrderingField values in change log 2020-02-18 10:50:14 -05:00
filters.py Update super() call for get_filters() 2020-05-06 11:47:05 -04:00
forms.py Closes #4717: Introduce ALLOWED_URL_SCHEMES configuration parameter to mitigate dangerous hyperlinks 2020-06-15 11:53:47 -04:00
middleware.py Tweak settings/middleware to support testing; improve tests 2020-03-11 11:10:26 -04:00
models.py Define __all__ for models.py within each app 2020-01-14 12:01:23 -05:00
ordering.py Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero 2020-04-21 16:13:34 -04:00
paginator.py Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user 2020-05-06 23:44:06 -04:00
query_functions.py Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero 2020-04-21 16:13:34 -04:00
querysets.py Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function 2019-10-22 15:10:49 -04:00
tables.py Fixes #4737: Introduce ColoredLabelColumn for consistent display of colored labels 2020-06-10 11:38:23 -04:00
utils.py Optimize tag population under prepare_cloned_fields() 2020-06-16 15:12:50 -04:00
validators.py Closes #4717: Introduce ALLOWED_URL_SCHEMES configuration parameter to mitigate dangerous hyperlinks 2020-06-15 11:53:47 -04:00
views.py Fixes #4775: Allow selecting an alternate device type when creating component templates 2020-06-18 11:59:24 -04:00