app/django/db/models/sql/constants.py
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
--- a/app/django/db/models/sql/constants.py	Tue Oct 14 12:36:55 2008 +0000
+++ b/app/django/db/models/sql/constants.py	Tue Oct 14 16:00:59 2008 +0000
@@ -15,7 +15,8 @@
 LOOKUP_SEP = '__'
 
 # Constants to make looking up tuple values clearer.
-# Join lists
+# Join lists (indexes into the tuples that are values in the alias_map
+# dictionary in the Query class).
 TABLE_NAME = 0
 RHS_ALIAS = 1
 JOIN_TYPE = 2