Skip to content

Commit c1aeb0d

Browse files
committed
[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
1 parent 911b0b4 commit c1aeb0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django/contrib/admin/widgets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ def render(self, name, value, attrs=None):
333333
'templates/widget/m2m_searchinput.html',
334334
), context))
335335

336-
output.reverse()
337-
338336
return mark_safe(u''.join(output))
339337

340338
class RelatedFieldWidgetWrapper(forms.Widget):

0 commit comments

Comments
 (0)