netbox/netbox/extras
Peter Eckel 753ba5d3f4
Do not delete all search indexes when reindexing specific models (#16755)
* Do not delete all search indexes when reindexing specific models

* Clear all indexes only if neither --lazy nor a list of models are
  specified for "manage.py reindex"

* Otherwise, clear the index for a model immediately before rebuilding
  it

* Separated clearing from re-indexing the search cache
2024-07-01 09:12:02 -04:00
..
api Closes #16290: Capture entire object in changelog data 2024-05-29 09:34:22 -04:00
dashboard 16256 - Allow alphabetical ordering of bookmarks on dashboard (#16426) 2024-06-11 09:21:24 -04:00
data Closes #12194: Add pre-defined custom field choices (#13219) 2023-07-28 11:24:21 -04:00
forms 16704 - Define a default help_text for ColorField (#16708) 2024-06-26 09:14:08 -04:00
graphql 15553 change graphql sub-queries from functions to types (#15557) 2024-03-29 14:54:31 -04:00
management Do not delete all search indexes when reindexing specific models (#16755) 2024-07-01 09:12:02 -04:00
migrations Return an empty dict if the module cannot be loaded 2024-05-08 13:29:39 -04:00
models Closes #16700: Audit usage of mark_safe() for consistent escaping 2024-06-24 12:33:54 -04:00
tables 16149 add (optional) obj hyperlink to script list table (#16271) 2024-06-21 10:04:52 -04:00
templatetags Closes #16700: Audit usage of mark_safe() for consistent escaping 2024-06-24 12:33:54 -04:00
tests Fixes #14829 Simple condition (without and/or) does not work in event rule (#14870) 2024-06-07 07:45:19 -07:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py 16256 - Allow alphabetical ordering of bookmarks on dashboard (#16426) 2024-06-11 09:21:24 -04:00
conditions.py Fixes #14829 Simple condition (without and/or) does not work in event rule (#14870) 2024-06-07 07:45:19 -07:00
constants.py #8248: Add bookmarks widget to default dashboard 2023-08-16 10:10:31 -04:00
context_managers.py Fixes #15194: Prevent enqueuing duplicate events for an object 2024-06-03 08:34:26 -04:00
events.py Fixes #15194: Prevent enqueuing duplicate events for an object 2024-06-03 08:34:26 -04: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 Closes #15547: Add comments field to CustomField model 2024-04-19 15:10:06 -04: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 Closes #14438: Database representation of scripts 2024-02-23 08:27:37 -05:00
scripts.py Closes #16307: Enable calling log_* methods on Script without a log message 2024-06-24 10:45:33 -04:00
search.py Closes #15547: Add comments field to CustomField model 2024-04-19 15:10:06 -04:00
signals.py Fixes #15194: Prevent enqueuing duplicate events for an object 2024-06-03 08:34:26 -04:00
urls.py Closes #14438: Database representation of scripts 2024-02-23 08:27:37 -05:00
utils.py Rename ImageAttachment.content_type to object_type 2024-03-04 08:33:44 -05:00
validators.py Closes #15490: CustomValidator support for accessing related object attribute via dotted path 2024-03-25 11:57:58 -04:00
views.py 16149 add (optional) obj hyperlink to script list table (#16271) 2024-06-21 10:04:52 -04:00
webhooks.py Closes #14395: Move & rename process_webhook() 2023-12-01 08:25:01 -05:00