Changelog

Version 1.0.0

  • Turn Element.unserialize() into an instance method.
  • Rename Element.set() to Element.set_from_raw.
  • Add Element.serialize() and Element.set_from_native().
  • Make Unspecified and NotUnserializable false-ish.
  • Make unicode(Unspecified) and unicode(NotUnserializable) return an empty string.
  • Make bytes(Unspecified) and bytes(NotUnserializable) return an empty string.

Version 0.2.0

  • Values in Form structures can now be validated by subclassing Form and adding validate_{key} methods.

Version 0.1.1

Version 0.1.0

Initial release.

Project Versions

Table Of Contents

Previous topic

License

This Page