[SQLObject] Adding description field to col.py
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Samir P. <sp...@ci...> - 2004-04-03 21:45:01
|
In class SOCol, does it make any sense to add desc argument with following:
if desc:
self.desc = desc
else:
self.desc = name
I found it quite useful in creating web page. For ex. field
fname can have description "First Name" which can be used in creating web
forms.
- Samir
|