1
0
mirror of https://github.com/django/django.git synced 2025-09-25 07:59:11 +00:00

[6.0.x] Refs #35859 -- Mentioned tasks in the docs index.

Backport of 44addbf4e7e0cc4211c4c3418469800cd275c886 from main
This commit is contained in:
Mariusz Felisiak 2025-09-24 09:47:47 +02:00
parent b15f8ba071
commit da914cd12e

View File

@ -295,6 +295,7 @@ applications:
:doc:`API Reference </ref/contrib/auth>`
* :doc:`Caching </topics/cache>`
* :doc:`Logging </topics/logging>`
* :doc:`Tasks framework </topics/tasks>`
* :doc:`Sending emails </topics/email>`
* :doc:`Syndication feeds (RSS/Atom) </ref/contrib/syndication>`
* :doc:`Pagination </topics/pagination>`