diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-04-04 15:03:45 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-04-04 15:03:45 -0500 |
| commit | ce23e33399a8a21a87de94bfbf12ae57f833b52c (patch) | |
| tree | 0771fb1753d25376269a3ebed277e74aed815cb2 | |
| parent | 5c771da3abddb99fe5740440aa5c815ca04afad0 (diff) | |
Removed instructions about download_url from release process notes.
This is no longer something that has to happen now that 5c771da3 is in.
| -rw-r--r-- | docs/internals/howto-release-django.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 46595956d3..a49251da76 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -161,10 +161,6 @@ OK, this is the fun part, where we actually push out a release! __ https://github.com/django/django/commit/18d920ea4839fb54f9d2a5dcb555b6a5666ee469 - Make sure the ``download_url`` in ``setup.py`` is the actual URL you'll - use for the new release package, not the redirect URL (some tools can't - properly follow redirects). - #. If this is a pre-release package, update the "Development Status" trove classifier in ``setup.py`` to reflect this. Otherwise, make sure the classifier is set to ``Development Status :: 5 - Production/Stable``. |
