]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed up misspelling of propagate throughout.
authorMichael Trier <mtrier@gmail.com>
Mon, 10 Nov 2008 02:23:57 +0000 (02:23 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 10 Nov 2008 02:23:57 +0000 (02:23 +0000)
commite648c70887f9207ef01263f3fc05113878c507ea
treeac12720a6dd52e0b61819d9d2123826a858d63fc
parent0638bbc803debc402f68c33171b18598ff24bca9
Fixed up misspelling of propagate throughout.
13 files changed:
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/engine/parseconnect.py
test/orm/eager_relations.py
test/orm/inheritance/polymorph2.py
test/orm/relationships.py
test/orm/unitofwork.py
test/perf/massload.py
test/sql/query.py
test/sql/testtypes.py