django/docs/topics
Yash 630c9e1f9d [5.1.x] Fixed #35731 -- Extended db_default docs.
This added a missing db_default reference in docs/topics/db/models.txt,
and added a reference to the DatabaseDefault object.

Backport of 35ab2e0182 from main.
2024-10-23 11:51:13 +02:00
..
auth [5.1.x] Fixed #35767 -- Adjusted customizing User model docs. 2024-09-16 17:41:36 -03:00
class-based-views Fixed typo in docs/topics/class-based-views/mixins.txt. 2023-03-22 08:35:24 +01:00
db [5.1.x] Fixed #35731 -- Extended db_default docs. 2024-10-23 11:51:13 +02:00
forms Fixed incorrect blockquotes in docs/topics/forms/index.txt. 2024-04-22 22:26:55 -03:00
http Refs #31710 -- Improved multiple file upload docs. 2024-04-04 19:18:36 -03:00
i18n [5.1.x] Used :pypi: role in docs where appropriate. 2024-08-05 10:36:41 -03:00
testing Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
async.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
cache.txt Removed Redis parser_class reference from docs. 2024-05-08 08:41:13 +02:00
checks.txt Fixed #35233 -- Moved template engine system checks to backend methods. 2024-03-27 08:14:54 +01:00
conditional-view-processing.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
email.txt [5.1.x] Added example of email sending with additional capabilities to docs/topics/email.txt. 2024-09-11 13:10:45 -03:00
external-packages.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00
files.txt Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt [5.1.x] Relocated database setup details to install docs to simplify tutorial 2. 2024-07-04 15:32:05 -03:00
logging.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
migrations.txt Made confirmation prompt in squashmigrations consistent with other prompts. 2024-04-26 09:50:47 -03:00
pagination.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
performance.txt [5.1.x] Used :pypi: role in docs where appropriate. 2024-08-05 10:36:41 -03:00
security.txt Refs #34140 -- Applied rst code-block to non-Python examples. 2023-02-10 19:19:13 +01:00
serialization.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
settings.txt Updated "Dive Into Python" links. 2024-01-20 19:43:55 +01:00
signals.txt Fixed typo in docs/topics/signals.txt. 2024-03-28 13:45:04 -03:00
signing.txt Refs #33199 -- Removed support for passing positional arguments to Signer/TimestampSigner. 2023-09-18 22:12:40 +02:00
templates.txt Added meaningful titles to ..admonition:: directives. 2023-04-21 12:03:59 +02:00