Releases: rolobio/DictORM
Releases · rolobio/DictORM
Import restriction
Postgres 12
Handling generated columns in Postgres 12.
v4.1.3
Check Dict origin
A Dict's origin can be confirmed using in
operator.
>>> bob = Person(name='Bob')
>>> bob in Person
True
>>> bob in Car
False
Python 2.7 and < 3.6 dropped
To enable type hinting, we have dropped support for Python version 2.7 and less than version 3.6.
If you need dictorm for those versions, use v3.8.4.