The error  was trapped by django-sentry and does *not* occur in python
interpreter, thus I can't understand it!
Please can anybody enlighten me?
Here the details:

Exception Type: AttributeError
Exception Value: _strptime_time

The error is raised by line #698 in
/usr/local/lib/python2.6/dist-packages/Django-1.2.5-py2.6.egg/django/db/models/fields/__init__.py
in to_python using django 1.2.5:

 698.     return datetime.datetime(*time.strptime(value, '%Y-%m-%d
%H:%M:%S')[:6],
 699.         **kwargs)

With local variables:

kwargs = {'microsecond': 0}
self = u'<django.db.models.fields.DateTimeField object at 0x7fb780594210>'
usecs = 0
value = u'2011-02-24 00:00:00'

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to