equal
deleted
inserted
replaced
1 Changelog |
1 Changelog |
2 ========= |
2 ========= |
|
3 |
|
4 0.1.4 |
|
5 ----- |
|
6 - added "condition" optional argument to "get_parent" traversing helper to retrieve a parent only if given function |
|
7 returns a "True" value when called with parent as argument |
|
8 - added annotation for vocabulary registry |
|
9 - added 'prefix' argument to 'request_property' and 'session_property' decorators |
|
10 - handle POSError in 'query_utility' registry function |
|
11 - updated unit tests |
|
12 - updated documentation |
3 |
13 |
4 0.1.3 |
14 0.1.3 |
5 ----- |
15 ----- |
6 - corrected XML-RPC client for Python 3 |
16 - corrected XML-RPC client for Python 3 |
7 - added container's "find_objects_*" functions based on ISubLocations interface |
17 - added container's "find_objects_*" functions based on ISubLocations interface |
12 - moved IIntIds related modules from pyams_base package |
22 - moved IIntIds related modules from pyams_base package |
13 |
23 |
14 0.1.1 |
24 0.1.1 |
15 ----- |
25 ----- |
16 - corrected cookies management in XML-RPC authenticated transport |
26 - corrected cookies management in XML-RPC authenticated transport |
|
27 |
|
28 0.1.0 |
|
29 ----- |
|
30 - initial release |