summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-03-03 22:54:55 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-03-03 22:54:55 +0000
commit21c38f9c343dac598248c29537f67305c2853178 (patch)
treef6b759f07d7b888e9a7a803c548eaf423d642b52 /docs
parent503c85affc904d7d042c5bd985d6c0c3c7cb0e2e (diff)
Linked to the FAQ from the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index cf5815b023..be3434d797 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -479,7 +479,8 @@ Reasons for using this feature include:
Time zone support is enabled by default in new projects created with
:djadmin:`startproject`. If you want to use this feature in an existing
-project, read the :ref:`migration guide <time-zones-migration-guide>`.
+project, read the :ref:`migration guide <time-zones-migration-guide>`. If you
+encounter problems, there's a helpful :ref:`FAQ <time-zones-faq>`.
HTML comparisons in tests
~~~~~~~~~~~~~~~~~~~~~~~~~