diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-11-05 12:14:55 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-05 16:17:14 +0100 |
| commit | 73bdd9f219f736a040879d776b338a5612bc136b (patch) | |
| tree | 47fb4d804701646a6214b9d04c360f8e15072031 /docs | |
| parent | cae0c7f48ae1257963e76988ff2d5897ffc40ccb (diff) | |
[5.1.x] Fixed typo in docs/internals/howto-release-django.txt.
Backport of 2bfb1211c0a88e4dd4ccf2220c320a221d7a5043 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 6 |
1 files 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 <https://readthedocs.org/projects/django/>`_. Since the automatically |
