[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - ensure that sqlalchemy.ext is set up for importla
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-27 18:35:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/63ff01407052/ Changeset: 63ff01407052 Branch: master User: zzzeek Date: 2017-04-27 18:33:54+00:00 Summary: - ensure that sqlalchemy.ext is set up for importlater otherwise, it fails if you import from ext before orm: from sqlalchemy import * from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import * and then do a lazyload, as the ext.baked importlater is not initialized. Change-Id: I24dcbfc9ca9022316da28507772562833e45dd95 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |