mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Made cosmetic edits to docs/releases/6.0.txt.
This commit is contained in:
parent
5e2bbebed9
commit
42d6e20feb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
built-in backends <task-available-backends>` included in this release are
|
||||||
primarily intended for development and testing.
|
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,
|
mechanism to run tasks. Execution must be managed by external infrastructure,
|
||||||
such as a separate process or service.
|
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
|
* Support for calling ``format_html()`` without passing args or kwargs is
|
||||||
removed.
|
removed.
|
||||||
|
|
||||||
* The default scheme for ``forms.URLField`` changed from ``"http"`` to
|
* The default scheme for ``forms.URLField`` has changed from ``"http"`` to
|
||||||
``"https"``.
|
``"https"``.
|
||||||
|
|
||||||
* The ``FORMS_URLFIELD_ASSUME_HTTPS`` transitional setting is removed.
|
* The ``FORMS_URLFIELD_ASSUME_HTTPS`` transitional setting is removed.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue