Donate Share

Object-Relational Bridge for python

File Release Notes and Changelog

Release Name: 0.9pre17.1

Notes:
This release fixes a bug introduced in the previous version: when ZODB is installed,
the framework cannot load or use models --this is a fatal error. This issue affects
every installation where ZODB is installed, not only Zope instances.


Changes: * Fixed bug #902106: impossible to load a model if ZODB is installed. NB: useless module Modeling.Persistent removed. * Fixed bug #902209: mdl_generate_db_schema.py silently exiting when no commands are provided on the cmdline; this could be variously misinterpreted. The script now correctly reports this as an error.