django/docs/topics
Jacob Walls b931156c20 Refs #35859 -- Removed support for Task enqueuing on transaction commit.
This removes the ability to configure Task enqueueing via a setting,
since the proposed `ENQUEUE_ON_COMMIT` did not support multi-database
setups.

Thanks to Simon Charette for the report.

Follow-up to 4289966d1b.
2025-09-17 13:28:58 -03:00
..
auth Ensured :doc: role uses absolute targets in docs. 2025-08-28 13:48:32 -03:00
class-based-views Ensured :doc: role uses absolute targets in docs. 2025-08-28 13:48:32 -03:00
db Fixed #36570 -- Removed unnecessary :py domain from documentation roles. 2025-08-28 08:52:43 +02:00
forms Fixed #35831 -- Documented the model form meta API in model form reference docs. 2025-08-29 08:58:58 +02:00
http Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
i18n Fixed #36570 -- Removed unnecessary :py domain from documentation roles. 2025-08-28 08:52:43 +02:00
testing Ensured :doc: role uses absolute targets in docs. 2025-08-28 13:48:32 -03:00
async.txt Fixed #36532 -- Added Content Security Policy view decorators to override or disable policies. 2025-08-28 17:23:48 -03:00
cache.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
checks.txt Refs #35859 -- Included Task backends in system checks docs. 2025-09-17 13:28:58 -03:00
composite-primary-key.txt Refs #373 -- Doc'd that on_delete is ignored for ForeignObject. 2025-06-10 09:44:40 +02:00
conditional-view-processing.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
email.txt Fixed #36591 -- Removed unnecessary dotted paths in email docs. 2025-09-15 11:46:35 +02:00
external-packages.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00
files.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
index.txt Fixed #35859 -- Added background Tasks framework interface. 2025-09-16 17:28:32 -03:00
install.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
logging.txt Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs. 2025-08-25 10:51:10 -03:00
migrations.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
pagination.txt Corrected code examples in topics docs. 2025-08-11 10:12:43 +02:00
performance.txt Fixed #36570 -- Removed unnecessary :py domain from documentation roles. 2025-08-28 08:52:43 +02:00
security.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
serialization.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
settings.txt Fixed #36570 -- Removed unnecessary :py domain from documentation roles. 2025-08-28 08:52:43 +02:00
signals.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
signing.txt Fixed #36570 -- Removed unnecessary :py domain from documentation roles. 2025-08-28 08:52:43 +02:00
tasks.txt Refs #35859 -- Removed support for Task enqueuing on transaction commit. 2025-09-17 13:28:58 -03:00
templates.txt Fixed #36570 -- Removed unnecessary :py domain from documentation roles. 2025-08-28 08:52:43 +02:00