Mercurial > p > roundup > code
diff doc/upgrading.txt @ 2293:51b34469b7aa
mention DEFAULT_TIMEZONE requirement in upgrading doc [SF#952932]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 13 May 2004 00:24:32 +0000 |
| parents | c0e86056739f |
| children | 31cb1014300c |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu May 13 00:19:35 2004 +0000 +++ b/doc/upgrading.txt Thu May 13 00:24:32 2004 +0000 @@ -44,6 +44,20 @@ are misleading and should be removed. Actual charset is sent in the true http header. +Migrating from 0.7.0 to 0.7.2 +============================= + +0.7.2 DEFAULT_TIMEZONE is now required +-------------------------------------- + +The DEFAULT_TIMEZONE configuration variable is now required. Add the +following to your tracker's ``config.py`` file:: + + # You may specify a different default timezone, for use when users do not + # choose their own in their settings. + DEFAULT_TIMEZONE = 0 # specify as numeric hour offest + + Migrating from 0.7.0 to 0.7.1 =============================
