I'm fairly new to Django, and I'm trying to move an existing Django
application to a new server. The old server is running Django 1.0.2
and Python 2.5.4. The closest I could come on my new server (to start)
is Django 1.0.4 and Python 2.5.5.

Anyway, I get an admin login screen, but when I try to log in, I get
an error:

Exception Type:         InvalidOperation
Exception Value:        Invalid literal for Decimal: '2010-12-22 17:36:30'
Exception Location:     build/bdist.linux-i686/egg/MySQLdb/connections.py
in defaulterrorhandler, line 35

If I'm reading the error page right, it looks like it's happening in
db/models/query.py, somewhere around here:

 316. clone = self.filter(*args, **kwargs)
 317. num = len(clone) ...

Any advice on how to get past this?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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