netbox/netbox/utilities
2020-05-06 09:58:12 -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 Remove example choices from CSV import form 2020-05-04 16:30:21 -04:00
testing Remove tests for API _choices endpoints 2020-03-12 10:48:53 -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 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -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 Add a default button color 2020-03-26 11:26:11 -04:00
constants.py added lookup map for treenode filter 2020-02-28 19:58:06 -05: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 Closes #4313: Remove id__in filters 2020-03-06 12:05:53 -05:00
forms.py Remove boilerplate error messages from CSV model choice fields 2020-05-06 09:58:12 -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 Document available user preferences 2020-04-24 09:46:02 -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 Force checkbox table columns to narrow width 2019-10-07 17:22:35 -04:00
utils.py Add all() method to UserConfig 2020-04-24 09:50:26 -04:00
validators.py Closes #4218: Allow negative voltage for DC power feeds 2020-03-03 12:10:08 -05:00
views.py Introduce CSVModelForm for dynamic CSV imports 2020-05-05 16:15:09 -04:00