python-stdnet v0.6.1 Release Notes

Release Date: 2011-09-10 // over 12 years ago
    • ๐Ÿ“š This is a minor release which brings an improved documentation, better support for the :class:stdnet.odm.JSONField and some minor bug fixes.
    • โœ… Test suite parsing is done using the new python argparse module since the optparse is now deprecated. Check :ref:running tests <runningtests> for more information.
    • โœ… Started work on lua extensions and added a development test tag script.
    • โž• Added google analytics to the documentation web site.
    • The instance validation algorithm catches :class:stdnet.FieldValueError exceptions and stores them into the errors dictionary.
    • ๐Ÿ›  Fixed bug in :class:stdnet.odm.Field when using default values. Default values are regenerated if missing during the saving algorithm.
    • ๐Ÿ”จ Refactored redisinfo for a better redis monitor.
    • โœ… 297 regression tests with 78% coverage.