>
>
>      @computation('slug')
>     def make_slug(self, row):
>         # custom code to create the slug
>

In weppy, the @computation decorator is for creating "computed" fields, and 
under the hood, it simply uses web2py's pydal computed field functionality 
-- so it does not do what you are asking in this case. Rather, it creates 
an actual field in the database whose value is computed automatically based 
on the values of other fields in the record.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to