bug fixes and extensions for cybertools.tracking
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1527 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
8122bf6e56
commit
6ee0680ee4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ It is also possible to retrieve the last entry for a set of keys directliy:
|
|||
<Track ['a001', 1, 'u1', ...]: {'somekey': 'newvalue'}>
|
||||
|
||||
Instead of creating a new track object for each call one can also replace
|
||||
an existing one (if present). The replace entry is always the last one
|
||||
an existing one (if present). The replaced entry is always the last one
|
||||
for a given set of keys:
|
||||
|
||||
>>> tracks.saveUserTrack('a001', 0, 'u1', {'somekey': 'newvalue2'}, replace=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue