netbox/docs/plugins/development
Alexander Haase 58089c726a Merge ScheduledJob into BackgroundJob
Instead of using separate classes, the logic of ScheduledJob is now
merged into the generic BackgroundJob class. This allows reusing the
same logic, but dynamically deciding whether to enqueue the same job
once or multiple times.
2024-07-24 14:37:30 +02:00
..
background-tasks.md Merge ScheduledJob into BackgroundJob 2024-07-24 14:37:30 +02:00
dashboard-widgets.md Improved docs for how to register dashboard widgets (#14913) 2024-01-26 14:15:28 -05:00
data-backends.md Closes #14889: Update source path for DataBackend class 2024-01-22 14:54:02 -05:00
exceptions.md Closes #9075: Introduce AbortRequest exception for cleanly interrupting object mutations 2022-06-30 15:15:07 -04:00
filtersets.md Update filtersets.md 2022-08-28 13:53:53 +03:00
forms.md 16284 fix plugin forms doc 2024-05-28 09:07:32 -04:00
graphql-api.md 16014 Update incorrect django-graphene reference and add link to filtering docs. (#16015) 2024-05-08 14:29:54 -04:00
index.md Add documentation for jobs framework 2024-07-02 00:54:59 +02:00
migration-v4.md Closes #15740: Fix typos and deprecated List in docs (#15741) 2024-04-17 08:28:03 -04:00
models.md Add documentation for jobs framework 2024-07-02 00:54:59 +02:00
navigation.md Remove old feature notifications 2024-04-02 14:14:58 -04:00
rest-api.md 15156 Add display_url to REST API (#16412) 2024-06-25 09:59:58 -04:00
search.md Closes #14134: Display additional object attributes in global search results (#14154) 2023-11-09 16:21:09 -05:00
staged-changes.md Remove old feature version notices 2023-02-19 20:09:51 -05:00
tables.md Remove old feature notifications 2024-04-02 14:14:58 -04:00
templates.md Closes #10604: Remove unused extra_tabs block from object.html generic template 2023-02-19 20:09:51 -05:00
views.md Closes #16776: Extend PluginTemplateExtension to render custom alerts for objects (#16889) 2024-07-12 09:52:07 -04:00