Removed old, incorrect comment

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-06-09 11:14:53 +00:00
parent cb2c669d14
commit 38878b599a
1 changed files with 0 additions and 3 deletions

View File

@ -82,9 +82,6 @@ def result_headers(cl):
""" """
Generates the list column headers. 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() ordering_field_columns = cl.get_ordering_field_columns()
for i, field_name in enumerate(cl.list_display): for i, field_name in enumerate(cl.list_display):
admin_order_field = None admin_order_field = None