Closed forslund closed 6 years ago
The Adapt regex handling is a bit inconsistent for speed.
An alternative here may be to add the options 0-100% programattically to the Percent keyword:
in initialize:
# Register 0-100% for p in range(101): self.register_vocabulary('{}%'.format(p), 'Percent')
The Adapt regex handling is a bit inconsistent for speed.
An alternative here may be to add the options 0-100% programattically to the Percent keyword:
in initialize: