On Wednesday 09 June 2010 16:53:55 Wim Feijen wrote:
> Do you know whether there is a minimum to a date? In my project, I'd
> like to add birthdays from way back, from people born on 21 january
> 0061 for example.
> 
> When trying to write these dates to the db, I get the following error.
> I'm using Django 1.0.5 alpha and Postgres 8.3.9.
> 

according to the manual postgresql's minimum date is 4713 BC, and python 
datetime module handles 61 fine (although it gets confused with 0061). Maybe 
psycopg still uses the mx.datetime module which may be the culprit?
-- 
Regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC

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