MiddleKit version 1.1 released on 08/03/11
_get
and _set
methods of
MiddleObject
have been deprecated in favor of
valueForKey
and setValueForKey
.mxDateTime
types any more,
only the native datetime types. However, if python-dateutil is not installed,
Webware will still use mxDateTime
internally for string parsing
(but the results will be datetime
anyway). This makes the whole
datetime handling much clearer and easier maintainable.