[PonyORM-list] Pony ORM Release 0.6.6

Alexey Malashkevich alexeymalashkevich at gmail.com
Mon Aug 22 13:59:51 UTC 2016


Hi all,

We've just released Pony ORM version 0.6.6

The main feature of this release is native JSON data type support in
databases.
We have added a new chapter to the documentation, which describes how it
works.

Here is the list of changes, improvements and bug fixes:

- Starting with this release Pony drops Python 2.6 support

- Added an experimental @db_session strict parameter
  https://docs.ponyorm.com/transactions.html#strict

- Added the compatibility with PYPY using psycopg2cffi:
  https://github.com/ponyorm/pony/pull/179

- Fixed #182 – LEFT JOIN doesn’t work as expected for inherited entities
when
  foreign key is None https://github.com/ponyorm/pony/pull/182

- Fixed some small bugs


To install the updated version use the following command:

pip install --upgrade pony

Best,
Pony ORM Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </ponyorm-list/attachments/20160822/df2d8619/attachment.html>


More information about the ponyorm-list mailing list