diff options
| author | Simon Charette <charette.s@gmail.com> | 2014-08-27 23:04:23 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-08-28 10:50:09 -0400 |
| commit | 419f9075c4458bbf4618fd94ac9a03ac7301efa0 (patch) | |
| tree | 12ef6716a184a197e741753de6876f10e17776d7 /docs/internals | |
| parent | 9ac713645bb870c45d7aaf16b003e392f62d4ea3 (diff) | |
[1.7.x] Fixed #23375 -- Added missing security issues to the archive.
Also adjusted the pre-release process to prevent future omissions.
Backport of c9c0be31c5 from master
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index dc70aa3a95..9739274f44 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -87,7 +87,8 @@ any time leading up to the actual release: 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. + being fixed. Also make sure to update the security issues archive; this will + be in ``docs/releases/security.txt``. #. If this is a major release, make sure the tests pass, then increase the default PBKDF2 iterations in |
