Author: zain
Date: 2009-12-20 22:50:45 -0600 (Sun, 20 Dec 2009)
New Revision: 11929
Modified:
django/branches/soc2009/admin-ui/django/contrib/admin/widgets.py
Log:
[soc2009/admin-ui] getting rid of an unnecessary .reverse() in there
Modified: django/branches/soc2009/admin-ui/django/contrib/admin/widgets.py
===================================================================
--- django/branches/soc2009/admin-ui/django/contrib/admin/widgets.py
2009-12-21 04:46:58 UTC (rev 11928)
+++ django/branches/soc2009/admin-ui/django/contrib/admin/widgets.py
2009-12-21 04:50:45 UTC (rev 11929)
@@ -333,8 +333,6 @@
'templates/widget/m2m_searchinput.html',
), context))
- output.reverse()
-
return mark_safe(u''.join(output))
class RelatedFieldWidgetWrapper(forms.Widget):
--
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.