diff doc/upgrading.txt @ 1455:436eb851045a

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Thu, 20 Feb 2003 07:11:39 +0000
parents 0634f815b90c
children 3f2e516b8de3
line wrap: on
line diff
--- a/doc/upgrading.txt	Thu Feb 20 07:04:55 2003 +0000
+++ b/doc/upgrading.txt	Thu Feb 20 07:11:39 2003 +0000
@@ -23,6 +23,14 @@
 
      "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example>
 
+I've altered the mechanism in the detectors __init__.py module so that it
+doesn't cross-import detectors from other trackers (if you run more than one
+in a single roundup-server). This change means that you'll need to copy the
+__init__.py from roundup/templates/classic/detectors/__init__.py to your
+<tracker home>/detectors/__init__.py. Don't worry, the "classic" __init__ is a
+one-size-fits-all, so it'll work even if you've added/removed detectors.
+
+
 0.6.0 Form handling changes
 ---------------------------
 

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