From d91219520f5468336b0c600d269e2b5531b30115 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 Dec 2008 21:25:17 +0000 Subject: [PATCH] corrections --- CHANGES | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index a166416b6e..14b58b41a2 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,7 @@ CHANGES 0.5.0rc5 ======== - new features -- orm +- general - Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown @@ -18,7 +18,14 @@ CHANGES a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided. - + + - setup.py now imports setuptools only optionally. + If not present, distutils is used. + The new "pip" installer is recommended over + easy_install as it installs in a more simplified + way. + +- orm - Query.with_polymorphic() now accepts a third argument "discriminator" which will replace the value of mapper.polymorphic_on for that @@ -34,12 +41,6 @@ CHANGES - bugfixes, behavioral changes - general - - setup.py no imports setuptools only optionally. - If not present, distutils is used. - The new "pip" installer is recommended over - easy_install as it installs in a more simplified - way. - - orm - Corrected problem with Query.delete() and Query.update() not working properly with bind -- 2.47.3