netbox/netbox/extras
checktheroads 4c3b0abe7b Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
#	netbox/dcim/tables/template_code.py
#	netbox/netbox/views/__init__.py
#	netbox/project-static/css/base.css
#	netbox/templates/base.html
#	netbox/templates/circuits/circuit.html
#	netbox/templates/circuits/circuittermination_edit.html
#	netbox/templates/circuits/inc/circuit_termination.html
#	netbox/templates/circuits/provider.html
#	netbox/templates/dcim/device.html
#	netbox/templates/dcim/device/base.html
#	netbox/templates/dcim/device_component.html
#	netbox/templates/dcim/devicetype.html
#	netbox/templates/dcim/inc/device_napalm_tabs.html
#	netbox/templates/dcim/rack.html
#	netbox/templates/dcim/site.html
#	netbox/templates/dcim/virtualchassis.html
#	netbox/templates/extras/configcontext.html
#	netbox/templates/extras/object_journal.html
#	netbox/templates/extras/tag.html
#	netbox/templates/generic/object.html
#	netbox/templates/generic/object_list.html
#	netbox/templates/home.html
#	netbox/templates/inc/nav_menu.html
#	netbox/templates/ipam/aggregate.html
#	netbox/templates/ipam/ipaddress.html
#	netbox/templates/ipam/prefix.html
#	netbox/templates/ipam/vlan.html
#	netbox/templates/ipam/vlangroup_edit.html
#	netbox/templates/ipam/vlangroup_vlans.html
#	netbox/templates/secrets/secret.html
#	netbox/templates/tenancy/tenant.html
#	netbox/templates/users/api_tokens.html
#	netbox/templates/virtualization/cluster.html
#	netbox/templates/virtualization/vminterface_edit.html
#	netbox/utilities/forms/fields.py
#	netbox/utilities/templates/buttons/export.html
2021-04-14 11:30:15 -07:00
..
api Closes #5830: Add as_attachment field to API serializers and admin view. 2021-03-30 23:26:55 +02:00
management Merge branch 'develop' into feature 2021-03-09 20:04:20 -05:00
migrations Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
models Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
plugins Fixes #5446: Fix validation for plugin version and required settings 2020-12-11 16:05:50 -05:00
templatetags Closes #5608: Add REST API endpoint for custom links 2021-03-08 20:57:44 -05:00
tests Fixes #5583: Eliminate redundant change records when adding/removing tags 2021-04-13 10:14:25 -04:00
__init__.py Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
admin.py Fixes #6130: Improve display of assigned models in custom fields list 2021-04-09 09:43:35 -04:00
apps.py Clean up unused imports 2020-02-14 12:04:56 -05:00
choices.py update css classes for bootstrap 5 colors 2021-03-17 23:31:15 -07:00
constants.py Closes #4349: Drop support for embedded graphs 2020-08-21 11:57:46 -04:00
context_managers.py Move changelog signals setup to a context manager 2020-08-18 13:05:41 -04:00
filters.py Closes #5848: Filter custom fields by content type in format <app_label>.<model> 2021-04-13 11:30:45 -04:00
forms.py Merge branch 'feature' of https://github.com/netbox-community/netbox into feature 2021-04-14 11:30:15 -07:00
querysets.py Fix ConfigContext application for SiteGroups 2021-03-29 15:57:44 -04:00
registry.py Raise specific exceptions 2020-03-18 13:15:22 -04:00
reports.py Fixes #5012: Return details of exceptions resulting from report/script execution 2020-08-20 12:47:26 -04:00
scripts.py Closes #5995: Dropped backward compatibility for queryset parameter on ObjectVar and MultiObjectVar 2021-03-16 11:28:50 -04:00
signals.py Merge branch 'develop' into feature 2021-04-13 16:41:46 -04:00
tables.py Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
urls.py Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
utils.py Move ObjectChange creation into signal receivers 2020-08-14 17:03:45 -04:00
views.py Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
webhooks_worker.py Closes #3451: Add pre-/post-change snapshots to webhooks 2021-03-09 13:03:44 -05:00
webhooks.py Closes #3451: Add pre-/post-change snapshots to webhooks 2021-03-09 13:03:44 -05:00