From: Jason Held Date: Wed, 25 Feb 2015 17:49:20 +0000 (-0500) Subject: Update migration_09.rst X-Git-Tag: rel_1_0_0b1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5edbc6fdc611d3c812735d83fe056fbb7d113f5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update migration_09.rst typo fix: indivdual -> individual. --- diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index 3825af0918..4904dcfdf8 100644 --- a/doc/build/changelog/migration_09.rst +++ b/doc/build/changelog/migration_09.rst @@ -64,7 +64,7 @@ columns. Using the mapping setup at :ref:`mapper_composite`:: ... filter(Vertex.start == Point(3, 4)).all() [(Point(x=3, y=4), Point(x=5, y=6))] -This change is backwards-incompatible with code that expects the indivdual attribute +This change is backwards-incompatible with code that expects the individual attribute to be expanded into individual columns. To get that behavior, use the ``.clauses`` accessor::