Changes between Initial Version and Version 1 of Ticket #13228, comment 3


Ignore:
Timestamp:
Jul 11, 2017, 7:08:34 PM (7 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13228, comment 3

    initial v1  
    11I am using Trac 1.0.13 (this is a version that can be installed via a yum on Centos 7)
    22
    3 I also modified the import of the TagModelProvider for the current version of tagsplugin:
     3I also modified the import of the TagModelProvider for the current version of tagsplugin:
     4{{{#!diff
    45-from tractags.model import TagModelProvider
    56+from tractags.db import TagSetup as TagModelProvider
     7}}}