]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
more specific
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 02:25:31 +0000 (22:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 02:25:31 +0000 (22:25 -0400)
lib/sqlalchemy/exc.py

index c76f68d2197529ac60acb99a7a023c145c685b7e..d375807b2f5286220c0c6360389692378cc070fc 100644 (file)
@@ -33,9 +33,10 @@ class CircularDependencyError(SQLAlchemyError):
     
     * In a Session flush operation, if two objects are mutually dependent
       on each other, they can not be inserted or deleted via INSERT or 
-      DELETE statements alone; an UPDATE will be needed to deassociate
-      one of the foreign key constraints first.  The ``post_update`` flag
-      described at :ref:`post_update` can resolve this cycle.
+      DELETE statements alone; an UPDATE will be needed to post-associate
+      or pre-deassociate one of the foreign key constrained values.
+      The ``post_update`` flag described at :ref:`post_update` can resolve 
+      this cycle.
     * In a :meth:`.MetaData.create_all`, :meth:`.MetaData.drop_all`,
       :attr:`.MetaData.sorted_tables` operation, two :class:`.ForeignKey`
       or :class:`.ForeignKeyConstraint` objects mutually refer to each