summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-02-28 10:26:47 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-02-28 10:26:47 +0100
commitab1c25f674f8fdaa06897ce5ce65e559c0a6de1b (patch)
tree11ee8b4e5b1a56e61796a2295cf42b714a2a6a2b /docs
parent4526b67fe43b7240747a6a553d39045f126a9af8 (diff)
Added a Trac-related item to the release checklist.
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
==================================