python-stdnet v0.5.5 Release Notes

Release Date: 2011-06-06 // almost 13 years ago
    • โœ… Several new features, some important bug fixes and more tests.
    • โž• Added :func:stdnet.odm.from_uuid function which can be used to retrieve a model instance from its universally unique identifier.
    • Added pickle support to models. The __getstate__ method return a tuple containg id and a dictionary representation of scalar fields (obtained from the todict method).
    • ๐Ÿ› Bug Fix in :class:stdnet.odm.JSONField.
    • โž• Added tests for timeseries with date as keys (rather than datetimes).
    • ๐Ÿ› Bug fix in Backend and test suite, Redis port was not read.
    • ๐Ÿ› Bug fix in :class:stdnet.contrib.timeseries. The models were overridding the :meth:__str__ rather than :meth:__unicode__.
    • โž• Added :func:stdnet.odm.flush_models, a utility functions for flushing model data.
    • โž• Added a new :class:stdnet.odm.ByteField which saves bytes rather than strings.
    • Renamed start and end in TimeSeres to data_start and data_end.
    • โœ… 245 regression tests with 76% coverage.