Linked to the FAQ from the release notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Aymeric Augustin 2012-03-03 22:54:55 +00:00
parent 503c85affc
commit 21c38f9c34
1 changed files with 2 additions and 1 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~