"icylamb" <[EMAIL PROTECTED]> writes: > So why "type object 'Page' has no attribute 'byPagename'"? Anyone can > suggest me how to build this model? Thankx.
If it's not unique, you can't get one entry only, so you'd have a list back *if* 'byPagename' existed. You'll have to use 'select' and filter your expression. Don't forget creating the necessary indices or your performance will be low. -- Jorge Godoy <[EMAIL PROTECTED]>

