[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-04-19 22:50:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/23825a259176/ Changeset: 23825a259176 Branch: None User: zzzeek Date: 2016-04-19 22:17:45+00:00 Summary: Deprecate Mapper.order_by This is an old parameter no longer relevant to how SQLAlchemy works, once the Query object was introduced. By deprecating it we establish that we aren't supporting non-working use cases and that we encourage applications to move off of the use of this parameter. Fixes: #3394 Change-Id: I25b9a38142a1537bbcb27d3e8b66a8b265140072 Affected #: 18 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8ab08cf805fb/ Changeset: 8ab08cf805fb Branch: master User: zzzeek Date: 2016-04-19 22:50:04+00:00 Summary: Merge "Deprecate Mapper.order_by" Affected #: 18 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. |