1
0
mirror of https://github.com/django/django.git synced 2025-09-24 23:49:12 +00:00

Refs #35859 -- Mentioned tasks in the docs index.

This commit is contained in:
Mariusz Felisiak 2025-09-24 09:47:47 +02:00 committed by GitHub
parent 1acb00b26d
commit 44addbf4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>`