netbox/netbox/extras
2023-08-23 14:41:21 -04:00
..
api Fixes #13237 - Allow unauthenticated api access to content-types. 2023-07-27 15:47:34 -04:00
dashboard Fixes #12977: Fix URL parameters for object count dashboard widgets (#12991) 2023-06-26 14:21:26 -04:00
forms fix content type filter on export template #13478 2023-08-17 15:29:21 -04:00
graphql Add tests for ConfigTemplate 2023-04-11 15:25:48 -04:00
management fix runscript command 2023-05-04 16:18:44 -04:00
migrations 12468 disallow double underscores in custom field names (#12523) 2023-05-12 16:08:57 -04:00
models 12665 add semicolon to link sanitation safe string 2023-08-09 14:49:34 -04:00
plugins Fixes #13516: Plugin utility functions should be importable from extras.plugins 2023-08-22 10:27:21 -04:00
tables Adds image preview back on the table (#12739) 2023-05-30 09:41:32 -04:00
templatetags #8684: Remove obsolete 'obj' var from custom link context 2023-04-19 09:58:18 -04:00
tests Correct filter name in redirect after bulk edit 2023-08-21 14:35:08 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
admin.py Adds BANNER_MAINTENANCE config (#12555) 2023-05-12 09:54:59 -04:00
apps.py Closes #9416: Dashboard widgets (#11823) 2023-02-24 16:04:00 -05:00
choices.py add color to ChangeActionChoices #12828 2023-06-15 08:48:36 -04:00
conditions.py Fixes incorrectly handled type error when list of objects is found in data (#12593) 2023-05-31 15:44:59 -04:00
constants.py #9416: cleanup & widget improvements 2023-03-22 15:44:01 -04:00
context_managers.py Permanently connect change logging & webhook receivers 2022-11-14 09:31:25 -05:00
fields.py pep8 fixes 2023-02-19 18:50:24 -05:00
filters.py Ditch CustomFieldFilter 2021-10-28 15:36:12 -04:00
filtersets.py Rename JobResult to Job and move to core 2023-03-27 14:20:13 -04:00
lookups.py Fixes #11539: Use BooleanFilter for 'empty' lookups (#11784) 2023-05-25 15:20:08 -04:00
querysets.py fixes content type lookups when db is uninitialized #13116 2023-07-07 09:43:33 -04:00
reports.py Fixes #13369: Fix job termination status for failed reports 2023-08-04 08:12:52 -04:00
scripts.py Fixes #13530: Ensure script log messages are cast as strings for proper serialization 2023-08-23 14:41:21 -04:00
search.py Closes #10560: New global search (#10676) 2022-10-21 13:16:16 -04:00
signals.py Fixes #6389: Call snapshot() on object when processing deletions 2022-11-17 21:04:55 -05:00
urls.py Adds bulk import for journal entry (#12485) 2023-05-05 09:57:09 -04:00
utils.py Closes #11890: Sync/upload reports & scripts (#12059) 2023-03-24 21:00:36 -04:00
validators.py Extend CustomValidator to support required, prohibited fields 2021-06-09 13:10:35 -04:00
views.py Fixes #11335: Default manager for ObjectChange should filter by installed apps (#11709) 2023-07-05 11:39:35 -04:00
webhooks_worker.py Add trigger_webhooks() to JobResult 2023-03-07 18:01:32 -05:00
webhooks.py Adds rq retry options (#12588) 2023-05-16 14:10:44 -04:00