From 73bdd9f219f736a040879d776b338a5612bc136b Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 5 Nov 2024 12:14:55 +0100 Subject: [PATCH] [5.1.x] Fixed typo in docs/internals/howto-release-django.txt. Backport of 2bfb1211c0a88e4dd4ccf2220c320a221d7a5043 from main. --- docs/internals/howto-release-django.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index c0a8ab8ab1..131c60fec8 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -624,9 +624,9 @@ need to be done by the releaser. message, add a "refs #XXXX" to the original ticket where the deprecation began if possible. -#. Remove ``.. versionadded::``, ``.. versionadded::``, and ``.. deprecated::`` - annotations in the documentation from two releases ago. For example, in - Django 4.2, notes for 4.0 will be removed. +#. Remove ``.. versionadded::``, ``.. versionchanged::``, and + ``.. deprecated::`` annotations in the documentation from two releases ago. + For example, in Django 4.2, notes for 4.0 will be removed. #. Add the new branch to `Read the Docs `_. Since the automatically