diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-10-22 15:34:27 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-10-22 15:38:28 -0300 |
| commit | ee5cc0b7d6060d8f950e5c21f70ad8f128e1486d (patch) | |
| tree | f397b1121ba057391e6b77b00b072c98c927466f | |
| parent | da9f73c579f173f72fdc4a025de95c366c408e81 (diff) | |
[6.0.x] Made cosmetic edits to docs/releases/6.0.txt.
Backport of 42d6e20feba81fb1182c8111d0c18e492fbe4e87 from main.
| -rw-r--r-- | docs/releases/6.0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index d90be35b1b..88ea04a9fa 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -124,7 +124,7 @@ Backends are configured via the :setting:`TASKS` setting. The :ref:`two built-in backends <task-available-backends>` included in this release are primarily intended for development and testing. -Django handles task creation and queuing but does not provide a worker +Django handles task creation and queuing, but does not provide a worker mechanism to run tasks. Execution must be managed by external infrastructure, such as a separate process or service. @@ -575,7 +575,7 @@ to remove usage of these features. * Support for calling ``format_html()`` without passing args or kwargs is removed. -* The default scheme for ``forms.URLField`` changed from ``"http"`` to +* The default scheme for ``forms.URLField`` has changed from ``"http"`` to ``"https"``. * The ``FORMS_URLFIELD_ASSUME_HTTPS`` transitional setting is removed. |
