1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[soc2009/admin-ui] getting rid of an unnecessary .reverse() in there

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@11929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Zain Memon 2009-12-21 04:50:45 +00:00
parent 911b0b4348
commit c1aeb0da21

View File

@ -333,8 +333,6 @@ class ManyToManySearchInput(ManyToManyRawIdWidget):
'templates/widget/m2m_searchinput.html', 'templates/widget/m2m_searchinput.html',
), context)) ), context))
output.reverse()
return mark_safe(u''.join(output)) return mark_safe(u''.join(output))
class RelatedFieldWidgetWrapper(forms.Widget): class RelatedFieldWidgetWrapper(forms.Widget):