add version note

This commit is contained in:
Chris McDonough
2011-06-23 03:20:17 -04:00
parent 5a7f670f44
commit 32b72a2f2a

View File

@@ -1208,6 +1208,8 @@ class Date(SchemaType):
class Time(SchemaType):
""" A type representing a Python ``datetime.time`` object.
.. note:: This type is new as of Colander 0.9.3.
This type serializes python ``datetime.time`` objects to a
`ISO8601 <http://en.wikipedia.org/wiki/ISO_8601>`_ string format.
The format includes the date only.