Commit 0eccec22 authored by Jérome Perrin's avatar Jérome Perrin

fix that docstring that no longer applies


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43848 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9400469
......@@ -351,9 +351,7 @@ class IdTool(BaseTool):
security.declareProtected(Permissions.AccessContentsInformation,
'generateNewLengthId')
def generateNewLengthId(self, id_group=None, default=None, store=_marker):
"""
Generates an Id.
See generateNewLengthIdList documentation for details.
"""Generates an Id using a conflict free id generator. Deprecated.
"""
warnings.warn('generateNewLengthId is deprecated.\n'
'Use generateNewIdList with a sql id_generator',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment