From ef4014d39840f55bd4c353613de5f2d6534e08f5 Mon Sep 17 00:00:00 2001 From: yositani Date: Tue, 4 Feb 2014 01:57:56 +0900 Subject: [PATCH] fix form type. --- reference/forms/types/timezone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/timezone.rst b/reference/forms/types/timezone.rst index ef4769e1cff..6867e89a8e0 100644 --- a/reference/forms/types/timezone.rst +++ b/reference/forms/types/timezone.rst @@ -12,7 +12,7 @@ or ``Europe/Istanbul``. Unlike the ``choice`` type, you don't need to specify a ``choices`` or ``choice_list`` option as the field type automatically uses a large list -of locales. You *can* specify either of these options manually, but then +of timezones. You *can* specify either of these options manually, but then you should just use the ``choice`` type directly. +-------------+------------------------------------------------------------------------+