mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +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:
parent
911b0b4348
commit
c1aeb0da21
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user