From a13fcfdd2fba3906ce89f76bac769a371611f11c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 7 Sep 2010 12:04:50 -0400 Subject: [PATCH] edits --- CHANGES | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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 -- 2.47.2