diff --git a/src/django_tenant_options/app_settings.py b/src/django_tenant_options/app_settings.py index 51dfcc9..fe73d21 100644 --- a/src/django_tenant_options/app_settings.py +++ b/src/django_tenant_options/app_settings.py @@ -100,8 +100,8 @@ DISABLE_FIELD_FOR_DELETED_SELECTION = _DJANGO_TENANT_OPTIONS.get("DISABLE_FIELD_FOR_DELETED_SELECTION", False) """bool: The behavior to use in user-facing forms when a selection was deleted by the tenant. -By default, if a selection was deleted, the user must select a new option. If this setting is True, the deleted -selection will be displayed in the form, but disabled so it cannot be changed. +By default, if a selection was deleted, the user must select a new option when updating a form. If this setting is +True, the deleted selection will be displayed in the form, but disabled so it cannot be changed. In both cases, the deleted selection cannot be used in new forms. """