Author: gwilson
Date: 2008-07-12 20:17:23 -0500 (Sat, 12 Jul 2008)
New Revision: 7911

Modified:
   django/trunk/django/db/models/query.py
Log:
Added a docstring to CyclicDependency exception class.


Modified: django/trunk/django/db/models/query.py
===================================================================
--- django/trunk/django/db/models/query.py      2008-07-12 23:25:22 UTC (rev 
7910)
+++ django/trunk/django/db/models/query.py      2008-07-13 01:17:23 UTC (rev 
7911)
@@ -21,7 +21,12 @@
 # Pull into this namespace for backwards compatibility.
 EmptyResultSet = sql.EmptyResultSet
 
+
 class CyclicDependency(Exception):
+    """
+    An error when dealing with a collection of objects that have a cyclic
+    dependency, i.e. when deleting multiple objects.
+    """
     pass
 
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to