]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Declarative will raise an informative exception if
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 20:43:11 +0000 (20:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 20:43:11 +0000 (20:43 +0000)
commita510e9f23abe0df6eaa781094b191eb3178b2c7d
tree5f984b15779ed0dc0861651a0929f74c8c569d5b
parentc30cd4a6ab8b7884aa6a3ac9ac1141ede895191a
- Declarative will raise an informative exception if
__table_args__ is passed as a tuple with no dict argument.
Improved documentation.  [ticket:1468]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py