netbox/netbox/extras
2022-05-11 16:09:25 -04:00
..
api Closes #8495: Enable custom field grouping 2022-04-15 14:45:28 -04:00
forms Closes #8495: Enable custom field grouping 2022-04-15 14:45:28 -04:00
graphql Closes #9006: Enable custom fields, custom links, and tags for journal entries 2022-03-31 11:40:02 -04:00
management Add management command for clearing cache 2022-04-29 09:19:19 +02:00
migrations Closes #8495: Enable custom field grouping 2022-04-15 14:45:28 -04:00
models Closes #8495: Enable custom field grouping 2022-04-15 14:45:28 -04:00
plugins Fix plugin name resolution 2022-02-09 12:55:10 -05:00
tables Closes #8495: Enable custom field grouping 2022-04-15 14:45:28 -04:00
templatetags Closes #8684: Change custom link template context variable 'obj' to 'object' (backward-compatible) 2022-02-18 09:50:02 -05:00
tests Fixes #8872: Enable filtering by custom object fields 2022-03-23 14:34:42 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
admin.py Add dynamic config JOBRESULT_RETENTION 2022-04-12 11:42:47 -04:00
apps.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
choices.py Closes #8794: Support dynamic configuration for JournalEntry kinds 2022-03-21 16:35:24 -04: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 #8495: Enable custom field grouping 2022-04-15 14:45:28 -04:00
lookups.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
querysets.py Fix ProgrammingError exception when annotating config context data 2022-02-03 12:58:54 -05:00
registry.py Tweak registry initialization 2022-01-19 15:22:28 -05:00
reports.py Save old JobResults 2022-04-12 11:42:47 -04:00
scripts.py Changelog for #8959 2022-04-25 10:11:51 -04:00
signals.py Merge branch 'develop' into feature 2021-11-24 14:00:37 -05:00
urls.py #8334: Move object changelog & journaling to generic views 2022-02-09 16:24:10 -05: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 Save old JobResults 2022-04-12 11:42:47 -04: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