Skip to content

Commit 2a8e65e

Browse files
author
Richard Jones
committed
fix doc
1 parent 1051c82 commit 2a8e65e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/upgrading.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,12 @@ The ``dbinit.py`` file has been split into two new files,
248248
You may remove the ``__init__.py`` module from the "detectors" directory as
249249
it is no longer used.
250250

251-
There's a new way to write extension code for Roundup - the old
252-
``interfaces.py`` file will be ignored. See the `customisation
251+
There's a new way to write extension code for Roundup. If you have code in
252+
an ``interfaces.py`` file you should move it. See the `customisation
253253
documentation`_ for information about how extensions are now written.
254+
Note that some older trackers may use ``interfaces.py`` to customise the
255+
mail gateway behaviour. You will need to keep your ``interfaces.py`` file
256+
if this is the case.
254257

255258

256259
0.8.0 Permissions Changes

0 commit comments

Comments
 (0)