[Zapp-cvs-commit] ZApp ZApp_Specialist.py,1.31,1.32
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-11-24 21:57:51
|
Update of /cvsroot/zapp/ZApp
In directory sc8-pr-cvs1:/tmp/cvs-serv26996
Modified Files:
ZApp_Specialist.py
Log Message:
automatic create form wasn't quite right with timestamp dbType
Index: ZApp_Specialist.py
===================================================================
RCS file: /cvsroot/zapp/ZApp/ZApp_Specialist.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** ZApp_Specialist.py 6 Nov 2003 18:20:14 -0000 1.31
--- ZApp_Specialist.py 24 Nov 2003 21:57:47 -0000 1.32
***************
*** 437,440 ****
--- 437,441 ----
'text':'text',
'boolean':'int',
+ 'timestamp':'date',
}
|