mirror of https://github.com/django/django.git
Added note about updating default docs version in howto-release doc.
This commit is contained in:
parent
9ce1b6191b
commit
9e6725c5ea
|
@ -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
|
include links to both the announcement blog post and the release
|
||||||
notes. *FIXME: make some templates with example text*.
|
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
|
Post-release
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue