From: Mike Bayer Date: Tue, 7 Sep 2010 16:04:50 +0000 (-0400) Subject: edits X-Git-Tag: rel_0_6_4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13fcfdd2fba3906ce89f76bac769a371611f11c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git edits --- diff --git a/CHANGES b/CHANGES index 777f4c6a0a..565b46e8e5 100644 --- a/CHANGES +++ b/CHANGES @@ -161,9 +161,10 @@ CHANGES UnmappedInstanceError when presented with an unmapped instance. [ticket:1881] - - Applied further memoizations to calculated Mapper properties, - with significant (~90%) runtime mapper.py call count reduction - in heavily polymorphic mapping configurations. + - Applied further memoizations to calculated Mapper + properties, with significant (~90%) runtime mapper.py + call count reduction in heavily polymorphic mapping + configurations. - mapper _get_col_to_prop private method used by the versioning example is deprecated; @@ -312,6 +313,16 @@ CHANGES - Oracle now reflects the names of primary key constraints - also thanks to Kent Bower. [ticket:1868] + +- documentation + - The docs have been reorganized such that the "API + Reference" section is gone - all the docstrings from + there which were public API are moved into the + context of the main doc section that talks about it. + Main docs divided into "SQLAlchemy Core" and + "SQLAlchemy ORM" sections, mapper/relationship docs + have been broken out. Lots of sections rewritten + and/or reorganized. - examples - The beaker_caching example has been reorgnized