diff options
| author | Carl Meyer <carl@oddbird.net> | 2013-02-26 13:46:32 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2013-02-26 13:46:32 -0700 |
| commit | 9e6725c5eabfaf0f0153b4d40390b4916fd7d9eb (patch) | |
| tree | 9b77cd3f4ad5d898dc267c23a6eb816d47676a4c /docs | |
| parent | 9ce1b6191b374421ed42a84ae5d4585f1d33f1fc (diff) | |
Added note about updating default docs version in howto-release doc.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index fffdc9b869..118d09b575 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -260,6 +260,13 @@ Now you're ready to actually put the release out there. To do this: include links to both the announcement blog post and the release notes. *FIXME: make some templates with example text*. +#. For a new version release (e.g. 1.5, 1.6), update the default stable version + of the docs by flipping the ``is_default`` flag to ``True`` on the + appropriate ``DocumentRelease`` object in the ``docs.djangoproject.com`` + database (this will automatically flip it to ``False`` for all + others). *FIXME: I had to do this via fab managepy:shell,docs but we should + probably make it possible to do via the admin.* + Post-release ============ |
