Author: lukeplant
Date: 2011-06-09 04:14:53 -0700 (Thu, 09 Jun 2011)
New Revision: 16342

Modified:
   django/trunk/django/contrib/admin/templatetags/admin_list.py
Log:
Removed old, incorrect comment

Modified: django/trunk/django/contrib/admin/templatetags/admin_list.py
===================================================================
--- django/trunk/django/contrib/admin/templatetags/admin_list.py        
2011-06-08 23:09:32 UTC (rev 16341)
+++ django/trunk/django/contrib/admin/templatetags/admin_list.py        
2011-06-09 11:14:53 UTC (rev 16342)
@@ -82,9 +82,6 @@
     """
     Generates the list column headers.
     """
-    # We need to know the 'ordering field' that corresponds to each
-    # item in list_display, and we need other info, so do a pre-pass
-    # on list_display
     ordering_field_columns = cl.get_ordering_field_columns()
     for i, field_name in enumerate(cl.list_display):
         admin_order_field = None

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