]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the dictionary at the end of the __table_args__
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Feb 2011 17:06:56 +0000 (12:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Feb 2011 17:06:56 +0000 (12:06 -0500)
commite7c5fd7b22dd21ec1c1cac177b9ee611779903e3
tree378c955256463cfdbecd12a8868570533332a00d
parent26605268bc2333fb1436254adf5620ce3e0fc239
- the dictionary at the end of the __table_args__
tuple is now optional.  [ticket:1468]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py