]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added sphinx handler to allow __init__ methods through
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Dec 2008 20:12:07 +0000 (20:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Dec 2008 20:12:07 +0000 (20:12 +0000)
commit172781e678f1414fa09cea749313619123c851c5
tree186b2a2d8ae6c767116e0e2b507ccd65395fc067
parent163c4819e0968007307ed3a14c22d23ef34abe1c
- added sphinx handler to allow __init__ methods through
- sqlite module documentation
- some corrections to pool docs
- the example in URL.translate_connect_args() never made any sense anyway so removed it
doc/build/builder/builders.py
doc/build/conf.py
doc/build/reference/sqlalchemy/pooling.rst
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/pool.py