python-stdnet v0.5.2 Release Notes
Release Date: 2011-03-31 // about 15 years ago-
- โ This version brings some important bug fixes with tests.
- ๐ Bug fix in :meth:
stdnet.odm.IntegerField.to_python. - โ Added registration utilities in :mod:
stdnet.odm. - Bug fix in :class:
stdnet.odm.StdModelclass caused by the lack of a__ne__operator. - Added
__hash__operator, unique across different models, not just instances. - โ Added experimental :mod:
stdnet.contrib.searchengineapplication. Very much alpha. - โ Added
scorefuncallable in structures to be used in OrderedSet. - โ Added a
spellingexample. - โ 198 regression tests (including timeseries) with 71% coverage.