[SQL-CVS] SQLObject/docs SQLObject.txt,1.10,1.11
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-04-17 07:17:15
|
Update of /cvsroot/sqlobject/SQLObject/docs In directory sc8-pr-cvs1:/tmp/cvs-serv30561/docs Modified Files: SQLObject.txt Log Message: typo in example Index: SQLObject.txt =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/docs/SQLObject.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** SQLObject.txt 17 Apr 2003 03:39:08 -0000 1.10 --- SQLObject.txt 17 Apr 2003 07:17:12 -0000 1.11 *************** *** 684,688 **** if not self._phoneNumberRE.match(value): raise ValueError, 'Phone numbers can contain only digits' ! self._SO_set_phoneNumber(self, value) def _get_phoneNumber(self): --- 684,688 ---- if not self._phoneNumberRE.match(value): raise ValueError, 'Phone numbers can contain only digits' ! self._SO_set_phoneNumber(value) def _get_phoneNumber(self): |