python-stdnet v0.8.2 Release Notes
Release Date: 2013-07-04 // almost 12 years ago-
- ๐ Critical bug fix in the :ref:
asynchronous redis publish/subscribe <redis_pubsub>
handler. Added some documentation. - โ 591 regression tests with 93% coverage.
- ๐ Critical bug fix in the :ref:
Previous changes from v0.8.1
-
- ๐ C++ :ref:
redis parser <redis-parser>
. Requires cython_ during installation. - Primary key can have any name (previously only
id
was allowed). - Better implementation for :meth:
stdnet.odm.Session.update_or_create
. - ๐ Improved
setup.py
so that it does not log a python 2 module syntax error when installing for python 3. - ๐ :ref:
Custom manager <custom-manager>
documentation. - โ 590 regression tests with 93% coverage.
- ๐ C++ :ref: