Author: russellm
Date: 2007-03-20 06:09:40 -0500 (Tue, 20 Mar 2007)
New Revision: 4754

Modified:
   django/trunk/django/db/models/query.py
Log:
Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.


Modified: django/trunk/django/db/models/query.py
===================================================================
--- django/trunk/django/db/models/query.py      2007-03-20 11:07:52 UTC (rev 
4753)
+++ django/trunk/django/db/models/query.py      2007-03-20 11:09:40 UTC (rev 
4754)
@@ -780,7 +780,7 @@
 def parse_lookup(kwarg_items, opts):
     # Helper function that handles converting API kwargs
     # (e.g. "name__exact": "tom") to SQL.
-    # Returns a tuple of (tables, joins, where, params).
+    # Returns a tuple of (joins, where, params).
 
     # 'joins' is a sorted dictionary describing the tables that must be joined
     # to complete the query. The dictionary is sorted because creation order


--~--~---------~--~----~------------~-------~--~----~
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