Author: mtredinnick
Date: 2007-08-11 22:29:07 -0500 (Sat, 11 Aug 2007)
New Revision: 5865

Modified:
   django/trunk/django/oldforms/__init__.py
Log:
Fixed #5015 -- Typo fix in oldforms. Thanks, [EMAIL PROTECTED]


Modified: django/trunk/django/oldforms/__init__.py
===================================================================
--- django/trunk/django/oldforms/__init__.py    2007-08-12 03:27:57 UTC (rev 
5864)
+++ django/trunk/django/oldforms/__init__.py    2007-08-12 03:29:07 UTC (rev 
5865)
@@ -204,7 +204,7 @@
     def __str__(self):
         return unicode(self).encode('utf-8')
 
-    def __str__(self):
+    def __unicode__(self):
         return unicode(self.formfield_dict)
 
     def __getitem__(self, template_key):


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to