]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed up some very annoying lengthy lines.
authorMichael Trier <mtrier@gmail.com>
Mon, 14 Jul 2008 18:20:06 +0000 (18:20 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 14 Jul 2008 18:20:06 +0000 (18:20 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0d66b42041a3a65cd739491483d295bdda56b80c..5e0d3146d65710652cb0c2167fd97e393c5a500c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -92,9 +92,9 @@ CHANGES
 - extensions
     - Declarative supports a __table_args__ class variable, which
       is either a dictionary, or tuple of the form
-      (arg1, arg2, ..., {kwarg1:value, ...}) which contains positional
-      + kw arguments to be passed to the Table constructor. 
-      [ticket:1096]
+      (arg1, arg2, ..., {kwarg1:value, ...}) which contains 
+      positional + kw arguments to be passed to the Table 
+      constructor. [ticket:1096]
       
 0.5beta1
 ========
@@ -271,9 +271,9 @@ CHANGES
       class, not the mapped selectable, as the source of column
       attributes - so a warning is still issued.
 
-    - fixes to the "exists" function involving inheritance (any(), has(),
-      ~contains()); the full target join will be rendered into the
-      EXISTS clause for relations that link to subclasses.
+    - fixes to the "exists" function involving inheritance (any(), 
+      has(), ~contains()); the full target join will be rendered 
+      into the EXISTS clause for relations that link to subclasses.
       
     - restored usage of append_result() extension method for primary 
       query rows, when the extension is present and only a single-