]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- renamed query.slice_() to query.slice()
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 May 2008 20:35:41 +0000 (20:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 May 2008 20:35:41 +0000 (20:35 +0000)
commitac934fc5330fad7ba971478d3d21fc5535fc848a
tree0c91ae4ece2c02dd7d1d74622e88edabd512fdfa
parent17684a1b81b63a436fcf4f8426bcd822bdb8d463
- renamed query.slice_() to query.slice()
- pulled out DeclarativeMeta.__init__ into its own function, added instrument_declarative()
which will do the "declarative" thing to any class independent of its lineage (for ctheune)
- added "cls" kwarg to declarative_base() allowing user-defined base class for declarative base [ticket:1042]
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/orm/query.py
test/ext/declarative.py
test/orm/query.py