File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,12 @@ The ``dbinit.py`` file has been split into two new files,
248248You may remove the ``__init__.py`` module from the "detectors" directory as
249249it 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
253253documentation`_ 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
2562590.8.0 Permissions Changes
You can’t perform that action at this time.
0 commit comments