Commit c9f48c3a authored by Aurel's avatar Aurel

defined history method


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@198 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 2502b134
......@@ -183,3 +183,8 @@ class Storage(BaseStorage.BaseStorage,
def registerDB(self, db, limit):
self.app.registerDB(db, limit)
def history(self, oid, version, length=1, filter=None):
return self.app.history(oid, version, length, filter)
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