summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-04-01 16:38:35 -0400
committerTim Graham <timograham@gmail.com>2015-04-01 16:41:04 -0400
commitbf63de58245aae713875103b52c0bd6d8764926a (patch)
treeb0f31807752ebe256da9a9f65004b0e2bd5d176b
parent85205514783fdd6957bdf98a04730bc90415cb19 (diff)
downloaddjango-bf63de58245aae713875103b52c0bd6d8764926a.tar.gz
Fixed typo in docs/internals/howto-release-django.txt
-rw-r--r--docs/internals/howto-release-django.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index bebd2e7298..b8c41daace 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -335,7 +335,7 @@ Now you're ready to actually put the release out there. To do this:
#. Make the blog post announcing the release live.
#. 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 `deployment/wsgi/uwsgi.html`True`` on the
+ 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); you can do this using the site's admin.