netbox/netbox/extras
Abhimanyu Saharan a3b8262ab0
Added index on cachevalue (#15199)
* added index on cachevalue #14966

* Update netbox/extras/models/search.py

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>

* fixed migration

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-21 13:20:55 -05:00
..
api 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
dashboard 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
data Closes #12194: Add pre-defined custom field choices (#13219) 2023-07-28 11:24:21 -04:00
forms 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
graphql 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
management 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
migrations Added index on cachevalue (#15199) 2024-02-21 13:20:55 -05:00
models Added index on cachevalue (#15199) 2024-02-21 13:20:55 -05:00
plugins Closes #14036: Move extras.plugins to netbox.plugins (#14086) 2023-10-20 11:24:08 -04:00
tables Closes #14624: Add action object column to EventRuleTable 2023-12-28 15:56:22 -05:00
templatetags Closes #14036: Move extras.plugins to netbox.plugins (#14086) 2023-10-20 11:24:08 -04:00
tests Issue #14962 VM to merge directly related site context (#14992) 2024-02-02 10:16:07 -05:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #9416: Dashboard widgets (#11823) 2023-02-24 16:04:00 -05:00
choices.py 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
conditions.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
constants.py #8248: Add bookmarks widget to default dashboard 2023-08-16 10:10:31 -04:00
context_managers.py 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
events.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -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 Apply filterset & test changes for #14631 & #14629 2023-12-28 14:43:08 -05:00
lookups.py Fixes #11539: Use BooleanFilter for 'empty' lookups (#11784) 2023-05-25 15:20:08 -04:00
querysets.py Issue #14962 VM to merge directly related site context (#14992) 2024-02-02 10:16:07 -05:00
reports.py #13334: Capture exception class when recording job error 2023-12-01 10:54:46 -05:00
scripts.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
search.py Closes #14503: Include additional display attributes for search indexers 2023-12-21 14:36:42 -05:00
signals.py Fixes #15090: Run deletion protection rules prior to enqueueing events 2024-02-20 13:22:55 -05:00
urls.py 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
utils.py Closes #14153: Filter ContentTypes by supported feature (#14191) 2023-11-16 12:12:51 -05:00
validators.py Fixes #15090: Run deletion protection rules prior to enqueueing events 2024-02-20 13:22:55 -05:00
views.py Closes: #14570 - Remove extra query for job under scripts and reports detailed view (#14998) 2024-02-05 12:13:03 -05:00
webhooks_worker.py Closes #14395: Move & rename process_webhook() 2023-12-01 08:25:01 -05:00
webhooks.py Closes #14395: Move & rename process_webhook() 2023-12-01 08:25:01 -05:00