Author: mtredinnick
Date: 2008-08-23 12:36:42 -0500 (Sat, 23 Aug 2008)
New Revision: 8492

Modified:
   django/trunk/django/forms/fields.py
Log:
Small edit of [8491].


Modified: django/trunk/django/forms/fields.py
===================================================================
--- django/trunk/django/forms/fields.py 2008-08-23 17:33:09 UTC (rev 8491)
+++ django/trunk/django/forms/fields.py 2008-08-23 17:36:42 UTC (rev 8492)
@@ -311,7 +311,7 @@
 )
 
 class TimeField(Field):
-    widget = TimeInput()
+    widget = TimeInput
     default_error_messages = {
         'invalid': _(u'Enter a valid time.')
     }


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