]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add attrstrings for all the important mapper() attrbutes, [ticket:2094].
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Mar 2011 18:00:16 +0000 (14:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Mar 2011 18:00:16 +0000 (14:00 -0400)
commit50764fd641af80fcfbe258cb22aed4d891893560
treedab9c1484295d04e820554ffdd518f934beada90
parent90335a89a98df23db7a3ae1233eb4fbb5743d2e8
- add attrstrings for all the important mapper() attrbutes, [ticket:2094].
Sticking with quotes here since that's what's used everywhere else.
- rename "API Documentation - XYZ" to "XYZ API".
- move connection API docs to the bottom of that section.  still
floating between separate API sections vs. inline API sections, not
sure how to be consistent.
- fix outdated paragraph about derived_attrbutes
- other target function fixes
doc/build/core/connections.rst
doc/build/core/engines.rst
doc/build/core/expression_api.rst
doc/build/core/schema.rst
doc/build/core/types.rst
doc/build/orm/collections.rst
doc/build/orm/mapper_config.rst
doc/build/orm/query.rst
doc/build/orm/relationships.rst
doc/build/orm/session.rst
lib/sqlalchemy/orm/mapper.py