summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2013-08-16 23:55:43 -0600
committerCarl Meyer <carl@oddbird.net>2013-08-16 23:55:43 -0600
commitc2907a6e3d96315027f7313885f3d0212dd19cbe (patch)
tree3f0f1cf48236b2117ac71d5bd97d4972bffc2f36 /docs
parent240886183b022055b5a5115916c7c9766ec55c51 (diff)
Remove the last FIXME from the howto-release-Django doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index 5bda2e8add..a926de27ab 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -83,10 +83,11 @@ A few items need to be taken care of before even beginning the release process.
This stuff starts about a week before the release; most of it can be done
any time leading up to the actual release:
-#. If this is a security release, send out pre-notification **one week**
- before the release. We maintain a list of who gets these pre-notification
- emails at *FIXME WHERE?*. This email should be signed by the key you'll use
- for the release, and should include patches for each issue being fixed.
+#. If this is a security release, send out pre-notification **one week** before
+ the release. We maintain a list of who gets these pre-notification emails in
+ the private ``django-core`` repository. This email should be signed by the
+ key you'll use for the release, and should include patches for each issue
+ being fixed.
#. As the release approaches, watch Trac to make sure no release blockers
are left for the upcoming release.