summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index 9e8b64e356..83b6a8c9be 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -283,6 +283,10 @@ You're almost done! All that's left to do now is:
the new version's docs, and update the ``docs/fixtures/doc_releases.json``
JSON fixture. *FIXME: what is the purpose of maintaining this fixture?*
+#. Add the release in `Trac's versions list`_.
+
+.. _Trac's versions list: https://code.djangoproject.com/admin/ticket/versions
+
Notes on setting the VERSION tuple
==================================