I'm in the process of testing a Mysql database for a genealogy
turbogears site.
My first table is :

class Actmar(SQLObject):
    commune = StringCol(length=40, notNone=True)
    depart = StringCol(length=40, notNone=True)
    nom = StringCol(length=25, notNone=True)
    prenom = StringCol(length=30, notNone=True)
    cnom = StringCol(length=25, notNone=True)
    cpre = StringCol(length=30, notNone=True)
    ladate = DateCol()
I use Catwalk for this test. But the CalendarDate Picker can't be used
before 1970.
I've read ticket # 420.
Could somebody help me to make a patch to solve this issue ?

I would appreciate any help.

Pierre


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to