diff doc/upgrading.txt @ 2294:f72d2fb8ef78 maint-0.7

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Thu, 13 May 2004 00:26:07 +0000
parents 3cdefcb2b7d2
children 6805cd438c37
line wrap: on
line diff
--- a/doc/upgrading.txt	Thu May 13 00:21:31 2004 +0000
+++ b/doc/upgrading.txt	Thu May 13 00:26:07 2004 +0000
@@ -13,6 +13,20 @@
 
 .. contents::
 
+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
 =============================
 

Roundup Issue Tracker: http://roundup-tracker.org/