.. |
api
|
Closes #8307: Add data_type indicator to REST API serializer for custom fields
|
2022-01-18 16:57:54 -05:00 |
forms
|
Merge v3.1.6
|
2022-01-17 11:12:54 -05:00 |
graphql
|
Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects
|
2021-09-21 14:24:23 -04:00 |
management
|
Fixes #8078: Add missing wireless models to lsmodels() in nbshell
|
2021-12-15 08:38:19 -05:00 |
migrations
|
Remove BigIDModel
|
2022-01-26 09:02:04 -05:00 |
models
|
Refactor to_objectchange()
|
2022-01-26 20:25:23 -05:00 |
plugins
|
Enable plugins to define user preferences
|
2021-12-22 09:10:50 -05:00 |
templatetags
|
Closes #8296: Allow disabling custom links
|
2022-01-10 12:11:37 -05:00 |
tests
|
Closes #8307: Add data_type indicator to REST API serializer for custom fields
|
2022-01-18 16:57:54 -05:00 |
__init__.py
|
Remove default_app_config (deprecated in Django 3.2)
|
2021-09-15 11:18:47 -04:00 |
admin.py
|
Introduce DEFAULT_USER_PREFERENCES dynamic config setting
|
2021-12-21 20:30:59 -05:00 |
apps.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
choices.py
|
Extend to support the assignment of multiple objects per field
|
2022-01-05 17:05:54 -05:00 |
conditions.py
|
Improve documentation and testing for conditions
|
2021-11-03 14:02:43 -04:00 |
constants.py
|
Remove extras_features() decorator
|
2022-01-19 15:16:10 -05:00 |
context_managers.py
|
Move request object and webhook queue to TLS
|
2021-11-17 15:12:19 -05:00 |
filters.py
|
Ditch CustomFieldFilter
|
2021-10-28 15:36:12 -04:00 |
filtersets.py
|
Closes #8296: Allow disabling custom links
|
2022-01-10 12:11:37 -05:00 |
lookups.py
|
Closes #6138: Add an 'empty' filter modifier for character fields
|
2021-07-01 15:17:46 -04:00 |
querysets.py
|
Closes #7784: Support cluster type assignment for config contexts
|
2021-12-23 14:20:03 -05:00 |
registry.py
|
Tweak registry initialization
|
2022-01-19 15:22:28 -05:00 |
reports.py
|
Drop as_dict() method from ChoiceSet
|
2021-12-16 10:22:05 -05:00 |
scripts.py
|
#8228: Always add a blank choice
|
2022-01-05 17:10:59 -05:00 |
signals.py
|
Merge branch 'develop' into feature
|
2021-11-24 14:00:37 -05:00 |
tables.py
|
Split out NetBoxTable from BaseTable
|
2022-01-27 16:00:38 -05:00 |
urls.py
|
Introduce a common URL for the creation of image attachments
|
2021-10-01 12:34:30 -04:00 |
utils.py
|
Tweak registry initialization
|
2022-01-19 15:22:28 -05:00 |
validators.py
|
Extend CustomValidator to support required, prohibited fields
|
2021-06-09 13:10:35 -04:00 |
views.py
|
Closes #8469: Move BaseTable, columns to netbox core app
|
2022-01-27 15:00:10 -05:00 |
webhooks_worker.py
|
Render the payload_url of the Webhook with Jinja2
|
2022-01-12 21:58:19 +01:00 |
webhooks.py
|
Closes #6519: Avoid querying applicable webhooks for every object
|
2021-06-01 13:55:17 -04:00 |